[systemd-commits] src/mount-setup.c
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Apr 20 13:52:34 PDT 2011
src/mount-setup.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit af49ec2c7de8698da61114c9e1ddfc8a8b9802c8
Author: Wulf C. Krueger <philantrop at exherbo.org>
Date: Wed Apr 20 22:19:42 2011 +0200
mount: Allow creating mount units for /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd.
Mounting /var/lib/nfs/rpc_pipefs and /proc/fs/nfsd is required by rpcbind
and the NFS server respectively. To depend on them being mounted, systemd
needs to be allowed to create mount units for both in order to avoid having
to implement hacks (mounting in ExecStartPre or using shell scripts).
diff --git a/src/mount-setup.c b/src/mount-setup.c
index 3b97fe4..db5c253 100644
--- a/src/mount-setup.c
+++ b/src/mount-setup.c
@@ -64,9 +64,7 @@ static const MountPoint mount_table[] = {
static const char * const ignore_paths[] = {
"/selinux",
- "/proc/bus/usb",
- "/var/lib/nfs/rpc_pipefs",
- "/proc/fs/nfsd"
+ "/proc/bus/usb"
};
bool mount_point_is_api(const char *path) {
More information about the systemd-commits
mailing list