diff options
author | Steve French <sfrench@us.ibm.com> | 2010-03-09 21:30:42 +0100 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-03-09 21:30:42 +0100 |
commit | ff215713eb33c56301cf6bfec0143ddc7f22c138 (patch) | |
tree | 6b155e7d1b36b79d72f2cc67225744953e122117 /fs/cifs/file.c | |
parent | cifs: add cifs_revalidate_file (diff) | |
download | linux-ff215713eb33c56301cf6bfec0143ddc7f22c138.tar.xz linux-ff215713eb33c56301cf6bfec0143ddc7f22c138.zip |
[CIFS] checkpatch cleanup
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 1389f6ecef9e..ca2ba7a0193c 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -219,8 +219,8 @@ static inline int cifs_open_inode_helper(struct inode *inode, struct file *file, cFYI(1, ("inode unchanged on server")); } else { if (file->f_path.dentry->d_inode->i_mapping) { - /* BB no need to lock inode until after invalidate - since namei code should already have it locked? */ + /* BB no need to lock inode until after invalidate + since namei code should already have it locked? */ rc = filemap_write_and_wait(file->f_path.dentry->d_inode->i_mapping); if (rc != 0) CIFS_I(file->f_path.dentry->d_inode)->write_behind_rc = rc; |