diff options
author | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
commit | b79a11cc2bda7a4d5e00444427a0d06b4e86a990 (patch) | |
tree | 746dd46c12a481c3d0622cb51fcf7865047fba04 /fs/reiserfs/mode_string.c | |
parent | 518e2e1ae322251f6452c7b413ecdc70c4605fa1 (diff) | |
download | u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.zip u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.tar.gz u-boot-imx-b79a11cc2bda7a4d5e00444427a0d06b4e86a990.tar.bz2 |
Code cleanup
Diffstat (limited to 'fs/reiserfs/mode_string.c')
-rw-r--r-- | fs/reiserfs/mode_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/mode_string.c b/fs/reiserfs/mode_string.c index b3f5389..bc565fb 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"; |