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 3a3e2fee0b3e..e958d9438505 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -233,6 +233,7 @@ cifs_alloc_inode(struct super_block *sb) | |||
233 | to zero by the VFS */ | 233 | to zero by the VFS */ |
234 | /* cifs_inode->vfs_inode.i_flags = S_NOATIME | S_NOCMTIME;*/ | 234 | /* cifs_inode->vfs_inode.i_flags = S_NOATIME | S_NOCMTIME;*/ |
235 | INIT_LIST_HEAD(&cifs_inode->openFileList); | 235 | INIT_LIST_HEAD(&cifs_inode->openFileList); |
236 | INIT_LIST_HEAD(&cifs_inode->llist); | ||
236 | return &cifs_inode->vfs_inode; | 237 | return &cifs_inode->vfs_inode; |
237 | } | 238 | } |
238 | 239 | ||