summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro2019-05-11 17:43:59 +0200
committerAl Viro2019-05-26 00:06:16 +0200
commit8d9e46d80777b484f8f0945c317ad618224d7811 (patch)
tree79be70d9d810d45a7dacaff418f3ffa86452e4e0 /include/linux/fs.h
parentvfs: Convert btrfs_test to use the new mount API (diff)
downloadkernel-qcow2-linux-8d9e46d80777b484f8f0945c317ad618224d7811.tar.gz
kernel-qcow2-linux-8d9e46d80777b484f8f0945c317ad618224d7811.tar.xz
kernel-qcow2-linux-8d9e46d80777b484f8f0945c317ad618224d7811.zip
fold mount_pseudo_xattr() into pseudo_fs_get_tree()
... now that all other callers are gone Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 790342cf4df9..d625acabbfcf 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2254,19 +2254,6 @@ struct super_block *sget(struct file_system_type *type,
int (*test)(struct super_block *,void *),
int (*set)(struct super_block *,void *),
int flags, void *data);
-extern struct dentry *mount_pseudo_xattr(struct file_system_type *,
- const struct super_operations *ops,
- const struct xattr_handler **xattr,
- const struct dentry_operations *dops,
- unsigned long);
-
-static inline struct dentry *
-mount_pseudo(struct file_system_type *fs_type,
- const struct super_operations *ops,
- const struct dentry_operations *dops, unsigned long magic)
-{
- return mount_pseudo_xattr(fs_type, ops, NULL, dops, magic);
-}
/* Alas, no aliases. Too much hassle with bringing module.h everywhere */
#define fops_get(fops) \