]> Git Repo - linux.git/commit
inotify: don't use idr_remove_all()
authorTejun Heo <[email protected]>
Thu, 28 Feb 2013 01:03:48 +0000 (17:03 -0800)
committerLinus Torvalds <[email protected]>
Thu, 28 Feb 2013 03:10:14 +0000 (19:10 -0800)
commit644e1b90ef06611268b48a0a8d14a0ab990ab3f4
tree61706c6163a0b7afd448d1fb57b82cfe4cdf1304
parentd97bec801d726abb14ab0e18d6aef5293580a467
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 <[email protected]>
Cc: John McCutchan <[email protected]>
Cc: Robert Love <[email protected]>
Cc: Eric Paris <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/notify/inotify/inotify_fsnotify.c
This page took 0.056147 seconds and 4 git commands to generate.