VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.

This commit is contained in:
Gregory Nutt
2015-02-18 09:34:58 -06:00
parent e2336a07bb
commit 63ab39b274
10 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#
menu "Unix Domain Socket Support"
depends on NET
depends on NET && !DISABLE_PSEUDOFS_OPERATIONS
config NET_LOCAL
bool "Unix domain (local) sockets"