You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
vfs: move the rest of int fields to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ out:
|
||||
*/
|
||||
static inline int do_refcount_check(struct mount *mnt, int count)
|
||||
{
|
||||
int mycount = mnt_get_count(mnt) - mnt->mnt.mnt_ghosts;
|
||||
int mycount = mnt_get_count(mnt) - mnt->mnt_ghosts;
|
||||
return (mycount > count);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user