Loading Documentation/filesystems/debugfs.txt +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ file. void __iomem *base; }; struct dentry *debugfs_create_regset32(const char *name, mode_t mode, struct dentry *debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset); Loading drivers/mmc/card/block.c +1 −1 Original line number Diff line number Diff line Loading @@ -1685,7 +1685,7 @@ static int mmc_add_disk(struct mmc_blk_data *md) if ((md->area_type & MMC_BLK_DATA_AREA_BOOT) && card->ext_csd.boot_ro_lockable) { mode_t mode; umode_t mode; if (card->ext_csd.boot_ro_lock & EXT_CSD_BOOT_WP_B_PWR_WP_DIS) mode = S_IRUGO; Loading drivers/net/ethernet/brocade/bna/bnad_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ static const struct file_operations bnad_debugfs_op_drvinfo = { struct bnad_debugfs_entry { const char *name; mode_t mode; umode_t mode; const struct file_operations *fops; }; Loading fs/debugfs/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ static const struct file_operations fops_regset32 = { * %NULL or !%NULL instead as to eliminate the need for #ifdef in the calling * code. */ struct dentry *debugfs_create_regset32(const char *name, mode_t mode, struct dentry *debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset) { Loading fs/nfsd/fault_inject.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ int nfsd_fault_inject_init(void) { unsigned int i; struct nfsd_fault_inject_op *op; mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; debug_dir = debugfs_create_dir("nfsd", NULL); if (!debug_dir) Loading Loading
Documentation/filesystems/debugfs.txt +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ file. void __iomem *base; }; struct dentry *debugfs_create_regset32(const char *name, mode_t mode, struct dentry *debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset); Loading
drivers/mmc/card/block.c +1 −1 Original line number Diff line number Diff line Loading @@ -1685,7 +1685,7 @@ static int mmc_add_disk(struct mmc_blk_data *md) if ((md->area_type & MMC_BLK_DATA_AREA_BOOT) && card->ext_csd.boot_ro_lockable) { mode_t mode; umode_t mode; if (card->ext_csd.boot_ro_lock & EXT_CSD_BOOT_WP_B_PWR_WP_DIS) mode = S_IRUGO; Loading
drivers/net/ethernet/brocade/bna/bnad_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ static const struct file_operations bnad_debugfs_op_drvinfo = { struct bnad_debugfs_entry { const char *name; mode_t mode; umode_t mode; const struct file_operations *fops; }; Loading
fs/debugfs/file.c +1 −1 Original line number Diff line number Diff line Loading @@ -611,7 +611,7 @@ static const struct file_operations fops_regset32 = { * %NULL or !%NULL instead as to eliminate the need for #ifdef in the calling * code. */ struct dentry *debugfs_create_regset32(const char *name, mode_t mode, struct dentry *debugfs_create_regset32(const char *name, umode_t mode, struct dentry *parent, struct debugfs_regset32 *regset) { Loading
fs/nfsd/fault_inject.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ int nfsd_fault_inject_init(void) { unsigned int i; struct nfsd_fault_inject_op *op; mode_t mode = S_IFREG | S_IRUSR | S_IWUSR; umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; debug_dir = debugfs_create_dir("nfsd", NULL); if (!debug_dir) Loading