X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Frcfs%2Ftc_magic.c;h=1a9f697291efbfcc3ebf7c03eee429860963c6dc;hb=3bbc98a296df58d4f0367929c4d39df2e152af58;hp=9ef6d4d1896902d3a339a14cc55941796f1be448;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/rcfs/tc_magic.c b/fs/rcfs/tc_magic.c index 9ef6d4d18..1a9f69729 100644 --- a/fs/rcfs/tc_magic.c +++ b/fs/rcfs/tc_magic.c @@ -43,7 +43,7 @@ #define TC_FILE_MODE (S_IFREG | S_IRUGO | S_IWUSR) -#define NR_TCROOTMF 7 +#define NR_TCROOTMF 6 struct rcfs_magf tc_rootdesc[NR_TCROOTMF] = { /* First entry must be root */ { @@ -77,15 +77,8 @@ struct rcfs_magf tc_rootdesc[NR_TCROOTMF] = { .i_fop = &shares_fileops, .i_op = &rcfs_file_inode_operations, }, - // Reclassify and Config should be made available only at the - // root level. Make sure they are the last two entries, as - // rcfs_mkdir depends on it - { - .name = "reclassify", - .mode = TC_FILE_MODE, - .i_fop = &reclassify_fileops, - .i_op = &rcfs_file_inode_operations, - }, + // Config should be made available only at the root level + // Make sure this is the last entry, as rcfs_mkdir depends on it { .name = "config", .mode = TC_FILE_MODE,