summaryrefslogtreecommitdiff
path: root/fs/pnode.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2016-12-07 16:20:31 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2016-12-07 16:20:31 +1100
commite794ca9f1b701134528e7248a7e25d5c7760d3f3 (patch)
tree27a63f6a5582b4ea0c4855319845636ee5cbdb2c /fs/pnode.c
parente64e6ec3a48aa4daf403fe17d99abd161bf5547f (diff)
parent755edccbffa1e954ca31206b7e04b2499c88aef1 (diff)
downloadlinux-next-e794ca9f1b701134528e7248a7e25d5c7760d3f3.tar.gz
Merge branch 'akpm/master'
Diffstat (limited to 'fs/pnode.c')
-rw-r--r--fs/pnode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/pnode.c b/fs/pnode.c
index 234a9ac49958..ae6f95e149b2 100644
--- a/fs/pnode.c
+++ b/fs/pnode.c
@@ -143,8 +143,7 @@ void change_mnt_propagation(struct mount *mnt, int type)
* vfsmount found while iterating with propagation_next() is
* a peer of one we'd found earlier.
*/
-static struct mount *propagation_next(struct mount *m,
- struct mount *origin)
+struct mount *propagation_next(struct mount *m, struct mount *origin)
{
/* are there any slaves of this mount? */
if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list))