aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-03-09 15:30:42 -0500
committerSteve French <sfrench@us.ibm.com>2010-03-09 15:30:42 -0500
commitff215713eb33c56301cf6bfec0143ddc7f22c138 (patch)
tree6b155e7d1b36b79d72f2cc67225744953e122117 /fs/cifs/inode.c
parentabab095d1fd25986b910d3c46289d8fa3582cdc5 (diff)
[CIFS] checkpatch cleanup
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r--fs/cifs/inode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index 0d034a84bb8d..723daaccbd0e 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -510,9 +510,9 @@ int cifs_get_file_info(struct file *filp)
510 if (rc == -EOPNOTSUPP || rc == -EINVAL) { 510 if (rc == -EOPNOTSUPP || rc == -EINVAL) {
511 /* 511 /*
512 * FIXME: legacy server -- fall back to path-based call? 512 * FIXME: legacy server -- fall back to path-based call?
513 * for now, just skip revalidating and mark inode for 513 * for now, just skip revalidating and mark inode for
514 * immediate reval. 514 * immediate reval.
515 */ 515 */
516 rc = 0; 516 rc = 0;
517 CIFS_I(inode)->time = 0; 517 CIFS_I(inode)->time = 0;
518 goto cgfi_exit; 518 goto cgfi_exit;