diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-07-31 14:20:12 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-08-11 15:52:40 +0300 |
| commit | 5e6de2a72ef4af32a45b3f301faee0208e2b98f0 (patch) | |
| tree | 31f0648ade8978b0978deca04fae794fd55e8cb6 /include | |
| parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) | |
| parent | 92becd1701a835d0807fa1f5c03b43762af27444 (diff) | |
| download | linux-5e6de2a72ef4af32a45b3f301faee0208e2b98f0.tar.xz | |
Merge patch series "fs: Remove old mount API helpers"
Pedro Falcato <pfalcato@suse.de> says:
This patchset contains a very small cleanup, where we remove mount_nodev
(unused since 6.15) and mount_bdev (unused since f2fs converted their
mount API usage, still in -next). While we're at it, we also get to
removing some stale mount API docs.
* patches from https://lore.kernel.org/20250723132156.225410-1-pfalcato@suse.de:
docs/vfs: Remove mentions to the old mount API helpers
fs: Remove mount_bdev
fs: Remove mount_nodev
Link: https://lore.kernel.org/20250723132156.225410-1-pfalcato@suse.de
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index d7ab4f96d705..98afcf455b28 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2713,12 +2713,6 @@ static inline bool is_mgtime(const struct inode *inode) return inode->i_opflags & IOP_MGTIME; } -extern struct dentry *mount_bdev(struct file_system_type *fs_type, - int flags, const char *dev_name, void *data, - int (*fill_super)(struct super_block *, void *, int)); -extern struct dentry *mount_nodev(struct file_system_type *fs_type, - int flags, void *data, - int (*fill_super)(struct super_block *, void *, int)); extern struct dentry *mount_subtree(struct vfsmount *mnt, const char *path); void retire_super(struct super_block *sb); void generic_shutdown_super(struct super_block *sb); |
