public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fault-inject: Simplify and clean up
@ 2019-10-31  1:56 zhong jiang
  2019-10-31  1:56 ` [PATCH v3 1/2] fault-inject: Use debugfs_create_ulong() instead of debugfs_create_ul() zhong jiang
  2019-10-31  1:56 ` [PATCH v3 2/2] fault-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops zhong jiang
  0 siblings, 2 replies; 5+ messages in thread
From: zhong jiang @ 2019-10-31  1:56 UTC (permalink / raw)
  To: akinobu.mita, gregkh; +Cc: linux-kernel, zhongjiang

v3 -> v2:
    Add another patch to use DEFINE_DEBUGFS_ATTRIBUTE and replace
    debugfs_create_file with debugfs_create_file_unsafe.

v1 -> v2:
    According to Akinobu's suggestion, Use debugfs_create_ulong to
    simplify the code.

zhong jiang (2):
  fault-inject: Use debugfs_create_ulong() instead of
    debugfs_create_ul()
  fault-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops

 lib/fault-inject.c | 45 +++++++++++++++------------------------------
 1 file changed, 15 insertions(+), 30 deletions(-)

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-02 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-31  1:56 [PATCH v3 0/2] fault-inject: Simplify and clean up zhong jiang
2019-10-31  1:56 ` [PATCH v3 1/2] fault-inject: Use debugfs_create_ulong() instead of debugfs_create_ul() zhong jiang
2019-11-02 17:10   ` Greg KH
2019-10-31  1:56 ` [PATCH v3 2/2] fault-inject: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops zhong jiang
2019-11-02 17:10   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox