summaryrefslogtreecommitdiffstats
path: root/fs/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/open.c')
-rw-r--r--fs/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/open.c b/fs/open.c
index 7b2eccb541f2..b3f3b2cd9f19 100644
--- a/fs/open.c
+++ b/fs/open.c
@@ -162,7 +162,7 @@ COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length
162} 162}
163#endif 163#endif
164 164
165static long do_sys_ftruncate(unsigned int fd, loff_t length, int small) 165long 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;