diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 25ecbd5b0404..c6aad775dd6d 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -309,6 +309,7 @@ cifs_alloc_inode(struct super_block *sb) | |||
309 | file data or metadata */ | 309 | file data or metadata */ |
310 | cifs_inode->clientCanCacheRead = false; | 310 | cifs_inode->clientCanCacheRead = false; |
311 | cifs_inode->clientCanCacheAll = false; | 311 | cifs_inode->clientCanCacheAll = false; |
312 | cifs_inode->delete_pending = false; | ||
312 | cifs_inode->vfs_inode.i_blkbits = 14; /* 2**14 = CIFS_MAX_MSGSIZE */ | 313 | cifs_inode->vfs_inode.i_blkbits = 14; /* 2**14 = CIFS_MAX_MSGSIZE */ |
313 | 314 | ||
314 | /* Can not set i_flags here - they get immediately overwritten | 315 | /* Can not set i_flags here - they get immediately overwritten |