Re: [PATCH] hostfs: Remove pointless if statement

2007-08-17 Thread Jeff Dike
On Fri, Aug 17, 2007 at 12:24:23PM +0530, Satyam Sharma wrote: > We normally use "comments" for that, not dead code that a compiler > then elids ;-) I'd argue that comments are for when you can't make the code self-explanatory. > [PATCH] hostfs: Remove pointless

[PATCH] hostfs: Remove pointless if statement

2007-08-16 Thread Satyam Sharma
entation > reasons, to make it clear that ctime handling wasn't left out by > mistake. We normally use "comments" for that, not dead code that a compiler then elids ;-) [PATCH] hostfs: Remove pointless if statement And replace with comment saying we don't handle ctime.