diff options
Diffstat (limited to 'libbcachefs/dirent.c')
-rw-r--r-- | libbcachefs/dirent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/dirent.c b/libbcachefs/dirent.c index f1838b7c..4c85d339 100644 --- a/libbcachefs/dirent.c +++ b/libbcachefs/dirent.c @@ -84,7 +84,7 @@ const struct bch_hash_desc bch2_dirent_hash_desc = { }; int bch2_dirent_invalid(const struct bch_fs *c, struct bkey_s_c k, - int rw, struct printbuf *err) + unsigned flags, struct printbuf *err) { struct bkey_s_c_dirent d = bkey_s_c_to_dirent(k); unsigned len; |