aboutsummaryrefslogtreecommitdiff
path: root/fs/pnode.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-01-03 10:58:00 +0800
committerAlex Shi <alex.shi@linaro.org>2017-01-03 10:58:00 +0800
commit67f07b48af22065412ba4e78472121c0a9f58329 (patch)
tree18e5148ef910dcab382a98ff7b46172da0bf13bc /fs/pnode.c
parenta5e9874fc9e05e8471bfd58cabd75a3432d38ba6 (diff)
parent35327468a79dd9e343eaf7e66cc372f8277b2a84 (diff)
Merge tag 'v4.1.37' into linux-linaro-lsk-v4.1
This is the 4.1.37 stable release
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 99899705b105..234a9ac49958 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -259,7 +259,7 @@ static int propagate_one(struct mount *m)
read_sequnlock_excl(&mount_lock);
}
hlist_add_head(&child->mnt_hash, list);
- return 0;
+ return count_mounts(m->mnt_ns, child);
}
/*