diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-12 15:29:38 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-15 08:10:37 +0300 |
commit | 89076bc31950eee576ecc06460c23466e2d50939 (patch) | |
tree | 36d780bb1431ff5312c6ca5ec147d895c6eacbdf /include/linux/fs.h | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 (diff) | |
download | linux-89076bc31950eee576ecc06460c23466e2d50939.tar.xz |
get rid of assorted nameidata-related debris
pointless forward declarations, stale comments
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1426c435d455..b577e801b4af 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -38,7 +38,6 @@ struct backing_dev_info; struct export_operations; struct hd_geometry; struct iovec; -struct nameidata; struct kiocb; struct kobject; struct pipe_inode_info; |