commit | 863d684f946eb240c7dd57d265d88315950ca5cc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Nov 25 00:57:42 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:10 2012 -0500 |
tree | 99b3c84299b2e273465f023bcbcc16a231529260 | |
parent | 15169fe784a9846b24cdb0840329d41aebc23249 [diff] [blame] |
vfs: move the rest of int fields to struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/pnode.c b/fs/pnode.c index 001c8b0..a40abf2 100644 --- a/fs/pnode.c +++ b/fs/pnode.c
@@ -272,7 +272,7 @@ */ 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); }