diff options
Diffstat (limited to 'fs/cifs/ioctl.c')
| -rw-r--r-- | fs/cifs/ioctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c index 505926f1ee6b..9d38a71c8e14 100644 --- a/fs/cifs/ioctl.c +++ b/fs/cifs/ioctl.c | |||
| @@ -41,8 +41,7 @@ long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) | |||
| 41 | __u64 ExtAttrMask = 0; | 41 | __u64 ExtAttrMask = 0; |
| 42 | __u64 caps; | 42 | __u64 caps; |
| 43 | struct cifsTconInfo *tcon; | 43 | struct cifsTconInfo *tcon; |
| 44 | struct cifsFileInfo *pSMBFile = | 44 | struct cifsFileInfo *pSMBFile = filep->private_data; |
| 45 | (struct cifsFileInfo *)filep->private_data; | ||
| 46 | #endif /* CONFIG_CIFS_POSIX */ | 45 | #endif /* CONFIG_CIFS_POSIX */ |
| 47 | 46 | ||
| 48 | xid = GetXid(); | 47 | xid = GetXid(); |
