]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/internal.h
NFSv4: Remove unreachable error condition due to rpc_run_task()
[mirror_ubuntu-jammy-kernel.git] / fs / internal.h
index f3f280b952a3ce831be6d806ffdb7ac813e4a756..aa5d45524e87da09d728abe6c7868bce8fb4d030 100644 (file)
@@ -38,7 +38,6 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait)
 /*
  * buffer.c
  */
-extern void guard_bio_eod(struct bio *bio);
 extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
                get_block_t *get_block, struct iomap *iomap);
 
@@ -61,7 +60,6 @@ extern int finish_clean_context(struct fs_context *fc);
  */
 extern int filename_lookup(int dfd, struct filename *name, unsigned flags,
                           struct path *path, struct path *root);
-extern int user_path_mountpoint_at(int, const char __user *, unsigned int, struct path *);
 extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
                           const char *, unsigned int, struct path *);
 long do_mknodat(int dfd, const char __user *filename, umode_t mode,