diff options
Diffstat (limited to 'fs/file_table.c')
| -rw-r--r-- | fs/file_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index 485dc0eddd67..08e719b884ca 100644 --- a/fs/file_table.c +++ b/fs/file_table.c | |||
| @@ -227,7 +227,7 @@ static void __fput(struct file *file) | |||
| 227 | { | 227 | { |
| 228 | struct dentry *dentry = file->f_path.dentry; | 228 | struct dentry *dentry = file->f_path.dentry; |
| 229 | struct vfsmount *mnt = file->f_path.mnt; | 229 | struct vfsmount *mnt = file->f_path.mnt; |
| 230 | struct inode *inode = dentry->d_inode; | 230 | struct inode *inode = file->f_inode; |
| 231 | 231 | ||
| 232 | might_sleep(); | 232 | might_sleep(); |
| 233 | 233 | ||
