]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/internal.h
f2fs: do not allow to decompress files have FI_COMPRESS_RELEASED
[mirror_ubuntu-jammy-kernel.git] / fs / internal.h
index 68a2ae029a27f4b49458eae473962ff172bec5e6..ad0eb48c35663887aa0b4f05c620d1f743ecc531 100644 (file)
@@ -18,13 +18,12 @@ struct user_namespace;
 struct pipe_inode_info;
 
 /*
- * block_dev.c
+ * block/bdev.c
  */
 #ifdef CONFIG_BLOCK
 extern void __init bdev_cache_init(void);
 
 extern int __sync_blockdev(struct block_device *bdev, int wait);
-void iterate_bdevs(void (*)(struct block_device *, void *), void *);
 void emergency_thaw_bdev(struct super_block *sb);
 #else
 static inline void bdev_cache_init(void)
@@ -35,10 +34,6 @@ static inline int __sync_blockdev(struct block_device *bdev, int wait)
 {
        return 0;
 }
-static inline void iterate_bdevs(void (*f)(struct block_device *, void *),
-               void *arg)
-{
-}
 static inline int emergency_thaw_bdev(struct super_block *sb)
 {
        return 0;