aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pnode.c')
-rw-r--r--fs/pnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 001c8b0df379..a40abf20f35e 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -272,7 +272,7 @@ out:
272 */ 272 */
273static inline int do_refcount_check(struct mount *mnt, int count) 273static inline int do_refcount_check(struct mount *mnt, int count)
274{ 274{
275 int mycount = mnt_get_count(mnt) - mnt->mnt.mnt_ghosts; 275 int mycount = mnt_get_count(mnt) - mnt->mnt_ghosts;
276 return (mycount > count); 276 return (mycount > count);
277} 277}
278 278