search for: debugsf

Displaying 3 results from an estimated 3 matches for "debugsf".

Did you mean: debugfs
2004 Jun 24
0
filesystem screwed after aborted fsck.ext3
...ectories again. our task now would be to sorten out the "important" stuff, rename, find out what filename "0edakka.da" used to be and so on. as you can see, this is really a vague explanation of the issue here. i have no logfiles at hand, i can't send you the output of fsck/debugsfs runs a.t.m, but i'll be able to do all this later today, if it helps. all i can add is: this is a i386 SMP (amd 1900+), running debian/unstable (so we must have e2fsprogs 1.35 i think), kernel is vanilla 2.4.25 (or is it debian's version...?) i would be very happy, if someone has some hin...
2018 May 23
3
[PATCH] block drivers/block: Use octal not symbolic permissions
...ers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c @@ -2285,7 +2285,7 @@ static ssize_t mtip_hw_show_status(struct device *dev, return size; } -static DEVICE_ATTR(status, S_IRUGO, mtip_hw_show_status, NULL); +static DEVICE_ATTR(status, 0444, mtip_hw_show_status, NULL); /* debugsfs entries */ @@ -2566,10 +2566,9 @@ static int mtip_hw_debugfs_init(struct driver_data *dd) return -1; } - debugfs_create_file("flags", S_IRUGO, dd->dfs_node, dd, - &mtip_flags_fops); - debugfs_create_file("registers", S_IRUGO, dd->dfs_node, dd, - &...
2018 May 23
3
[PATCH] block drivers/block: Use octal not symbolic permissions
...ers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c @@ -2285,7 +2285,7 @@ static ssize_t mtip_hw_show_status(struct device *dev, return size; } -static DEVICE_ATTR(status, S_IRUGO, mtip_hw_show_status, NULL); +static DEVICE_ATTR(status, 0444, mtip_hw_show_status, NULL); /* debugsfs entries */ @@ -2566,10 +2566,9 @@ static int mtip_hw_debugfs_init(struct driver_data *dd) return -1; } - debugfs_create_file("flags", S_IRUGO, dd->dfs_node, dd, - &mtip_flags_fops); - debugfs_create_file("registers", S_IRUGO, dd->dfs_node, dd, - &...