Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245239
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Consolidate debugfs mode checks in creation APIs |
| Date | 2015-10-13 03:10 +0200 |
| Message-ID | <qiWgi-7NK-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Reviewing Viresh's patch it looks like there was some ample opportunity to consolidate code here, and also close some holes where variables are modifiable. Split into multiple patches in case something causes regressions. Stephen Boyd (4): debugfs: Consolidate file mode checks in debugfs_create_*() debugfs: Add read-only/write-only x64 file ops debugfs: Add read-only/write-only size_t file ops debugfs: Add read-only/write-only bool file ops fs/debugfs/file.c | 123 ++++++++++++++++++++++++------------------------------ 1 file changed, 54 insertions(+), 69 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Consolidate debugfs mode checks in creation APIs Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 03:10 +0200
[PATCH 1/4] debugfs: Consolidate file mode checks in debugfs_create_*() Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 03:10 +0200
[PATCH 2/4] debugfs: Add read-only/write-only x64 file ops Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 03:10 +0200
[PATCH 4/4] debugfs: Add read-only/write-only bool file ops Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 03:10 +0200
Re: [PATCH 4/4] debugfs: Add read-only/write-only bool file ops Viresh Kumar <viresh.kumar@linaro.org> - 2015-10-13 05:50 +0200
[PATCH 3/4] debugfs: Add read-only/write-only size_t file ops Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 03:20 +0200
csiph-web