]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fs.h
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
[linux-2.6-omap-h63xx.git] / include / linux / fs.h
index 6c923c9b79bcdb6f5c4e1fa28287c4ca795130a8..1a3546e69f9e75d6f43c2e54fe2858ae8044116c 100644 (file)
@@ -1834,7 +1834,7 @@ extern void clear_inode(struct inode *);
 extern void destroy_inode(struct inode *);
 extern struct inode *new_inode(struct super_block *);
 extern int should_remove_suid(struct dentry *);
-extern int remove_suid(struct dentry *);
+extern int file_remove_suid(struct file *);
 
 extern void __insert_inode_hash(struct inode *, unsigned long hashval);
 extern void remove_inode_hash(struct inode *);