diff options
author | Jan Kara <jack@suse.cz> | 2017-03-15 09:48:11 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-04-10 17:37:35 +0200 |
commit | 8212a6097a720896b4cdbe516487ad47f4296599 (patch) | |
tree | c598677214226244c7db2b90be6f2715cfbf38eb /drivers/ide/ide-probe.c | |
parent | a03e2e4f078365428bb4317989cb5d1d6563cfe9 (diff) | |
download | linux-8212a6097a720896b4cdbe516487ad47f4296599.tar.gz linux-8212a6097a720896b4cdbe516487ad47f4296599.tar.bz2 linux-8212a6097a720896b4cdbe516487ad47f4296599.zip |
fsnotify: Remove indirection from fsnotify_detach_mark()
fsnotify_detach_mark() calls fsnotify_destroy_inode_mark() or
fsnotify_destroy_vfsmount_mark() to remove mark from object list. These
two functions are however very similar and differ only in the lock they
use to protect the object list of marks. Simplify the code by removing
the indirection and removing mark from the object list in a common
function.
Reviewed-by: Miklos Szeredi <mszeredi@redhat.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'drivers/ide/ide-probe.c')
0 files changed, 0 insertions, 0 deletions