X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=9b1019ea9ca35537f9150393fa6d5549521fc342;hb=a81f5636bc9afb0be4f94db6af924cd4c2393b06;hp=c688f54b2a7f7b6c119ed68b2a6e5150958008ac;hpb=5337ea7476317bc99ca20715de5c23a6617d2685;p=mirror_ubuntu-artful-kernel.git diff --git a/fs/namespace.c b/fs/namespace.c index c688f54b2a7f..9b1019ea9ca3 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -463,6 +463,7 @@ void __mnt_drop_write(struct vfsmount *mnt) mnt_dec_writers(real_mount(mnt)); preempt_enable(); } +EXPORT_SYMBOL_GPL(__mnt_drop_write); /** * mnt_drop_write - give up write access to a mount @@ -1823,6 +1824,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, } return 0; } +EXPORT_SYMBOL_GPL(iterate_mounts); static void cleanup_group_ids(struct mount *mnt, struct mount *end) {