[RAMEN9610-9428] debugfs: convert to debugfs_file_get() and -put()
authorNicolai Stange <nicstange@gmail.com>
Mon, 30 Oct 2017 23:15:50 +0000 (00:15 +0100)
committerhskang <hs1218.kang@samsung.com>
Thu, 13 Dec 2018 11:41:59 +0000 (20:41 +0900)
commitd75d41681bda6f24c0468e9ba135dac18796d640
treece2286e4bc80aca2aae7f5f5c2291b0b43a26d95
parentf5f4c9b69410ead2fc1f6eaf8c727dc723f0cd64
[RAMEN9610-9428] debugfs: convert to debugfs_file_get() and -put()

Convert all calls to the now obsolete debugfs_use_file_start() and
debugfs_use_file_finish() from the debugfs core itself to the new
debugfs_file_get() and debugfs_file_put() API.

Fixes: 49d200deaa68 ("debugfs: prevent access to removed files' private data")
Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/file.c