]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/fs.h
New upstream release
[bcachefs-tools-debian] / libbcachefs / fs.h
index b2211ec7f3028600a941014057440dc3dc056c7a..9f4b57e30e2a7d14e8c66598c2203cbf970d319e 100644 (file)
@@ -191,7 +191,7 @@ int bch2_setattr_nonsize(struct user_namespace *,
                         struct iattr *);
 int __bch2_unlink(struct inode *, struct dentry *, bool);
 
-void bch2_evict_subvolume_inodes(struct bch_fs *, struct snapshot_id_list *);
+void bch2_evict_subvolume_inodes(struct bch_fs *, snapshot_id_list *);
 
 void bch2_vfs_exit(void);
 int bch2_vfs_init(void);
@@ -199,7 +199,7 @@ int bch2_vfs_init(void);
 #else
 
 static inline void bch2_evict_subvolume_inodes(struct bch_fs *c,
-                                              struct snapshot_id_list *s) {}
+                                              snapshot_id_list *s) {}
 static inline void bch2_vfs_exit(void) {}
 static inline int bch2_vfs_init(void) { return 0; }