diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-12 14:21:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-12 17:09:07 -0400 |
commit | 50b220bbe7092bbfe4406adfe3a216337a64655d (patch) | |
tree | 461260c99e8ff2f02b74b9aab97e141e8d81c5a4 /fs/reiserfs | |
parent | 7b600f2abb36909e70963cc7c744c15983500bee (diff) | |
download | linux-50b220bbe7092bbfe4406adfe3a216337a64655d.tar.bz2 |
reiserfs: remove pointless forward declaration of struct nameidata
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/xattr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr.h b/fs/reiserfs/xattr.h index 857ec7e3016f..f620e9678dd5 100644 --- a/fs/reiserfs/xattr.h +++ b/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); |