]> git.karo-electronics.de Git - karo-tx-linux.git/commit
inotify: don't use idr_remove_all()
authorTejun Heo <tj@kernel.org>
Thu, 7 Feb 2013 01:28:02 +0000 (12:28 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:26 +0000 (16:47 +1100)
commit181fe8ee75b9bc77992ae29f58020441a47244cd
tree6aa108ec354a7f2b10e2e4493b48383ff52486de
parenteae66eb93449391af5e0fa87f43dcc23bc16e2a0
inotify: don't use idr_remove_all()

idr_destroy() can destroy idr by itself and idr_remove_all() is being
deprecated.  Drop its usage.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: John McCutchan <john@johnmccutchan.com>
Cc: Robert Love <rlove@rlove.org>
Cc: Eric Paris <eparis@parisplace.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/notify/inotify/inotify_fsnotify.c