summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/mode_string.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:56:50 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:56:50 -0500
commitdd60d1223b99a88a7216f3e041fe40634ad4c2bb (patch)
treead989ddda87bf9ee7d514aeaa53a412e92d1d4d6 /fs/reiserfs/mode_string.c
parentc91898bbc505aff3e12a807af88e76da18efb7ee (diff)
downloadblackbird-obmc-uboot-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.tar.gz
blackbird-obmc-uboot-dd60d1223b99a88a7216f3e041fe40634ad4c2bb.zip
fs/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'fs/reiserfs/mode_string.c')
-rw-r--r--fs/reiserfs/mode_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/mode_string.c b/fs/reiserfs/mode_string.c
index 9c460347da..8bf6bf0e94 100644
--- a/fs/reiserfs/mode_string.c
+++ b/fs/reiserfs/mode_string.c
@@ -26,7 +26,7 @@
#include <common.h>
-#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_CMD_REISER)
+#if defined(CONFIG_CMD_REISER)
#include <linux/stat.h>
#if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \
OpenPOWER on IntegriCloud