mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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:
parent
15169fe784
commit
863d684f94
4 changed files with 21 additions and 19 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue