diff options
Diffstat (limited to 'fs/open.c')
-rw-r--r-- | fs/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length | |||
162 | } | 162 | } |
163 | #endif | 163 | #endif |
164 | 164 | ||
165 | static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) | 165 | long do_sys_ftruncate(unsigned int fd, loff_t length, int small) |
166 | { | 166 | { |
167 | struct inode *inode; | 167 | struct inode *inode; |
168 | struct dentry *dentry; | 168 | struct dentry *dentry; |