Browse Source

reiserfs: remove pointless forward declaration of struct nameidata

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 10 years ago
parent
commit
50b220bbe7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/reiserfs/xattr.h

+ 0 - 1
fs/reiserfs/xattr.h

@@ -7,7 +7,6 @@ struct inode;
 struct dentry;
 struct iattr;
 struct super_block;
-struct nameidata;
 
 int reiserfs_xattr_register_handlers(void) __init;
 void reiserfs_xattr_unregister_handlers(void);