From 50b220bbe7092bbfe4406adfe3a216337a64655d Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 12 Oct 2014 14:21:38 -0400 Subject: reiserfs: remove pointless forward declaration of struct nameidata Signed-off-by: Al Viro --- fs/reiserfs/xattr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/reiserfs') 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); -- cgit v1.2.3-59-g8ed1b