summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/mode_string.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-25 15:14:43 +0000
committerwdenk <wdenk>2004-03-25 15:14:43 +0000
commitb79a11cc2bda7a4d5e00444427a0d06b4e86a990 (patch)
tree746dd46c12a481c3d0622cb51fcf7865047fba04 /fs/reiserfs/mode_string.c
parent518e2e1ae322251f6452c7b413ecdc70c4605fa1 (diff)
downloadblackbird-obmc-uboot-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.tar.gz
blackbird-obmc-uboot-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.zip
Code cleanup
Diffstat (limited to 'fs/reiserfs/mode_string.c')
-rw-r--r--fs/reiserfs/mode_string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/mode_string.c b/fs/reiserfs/mode_string.c
index b3f538906d..bc565fbddd 100644
--- a/fs/reiserfs/mode_string.c
+++ b/fs/reiserfs/mode_string.c
@@ -99,7 +99,6 @@ const char *bb_mode_string(int mode)
/* The previous version used "0pcCd?bB-?l?s???". However, the '0', 'C',
* and 'B' types don't appear to be available on linux. So I removed them. */
-//static const char type_chars[16] = "?pc?d?b?-?l?s???";
static const char type_chars[16] = "?pc?d?b?-?l?s???";
/* 0123456789abcdef */
static const char mode_chars[7] = "rwxSTst";
OpenPOWER on IntegriCloud