inotify: Fix erroneous update of bit count
authorDaniel Rosenberg <drosen@google.com>
Wed, 23 Mar 2016 19:09:25 +0000 (12:09 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 7 Apr 2016 11:20:03 +0000 (16:50 +0530)
commitce15174caf1ce927a9255b23438977411082d20d
tree0b53729978ab2aff174cb4106bd5503d32eec5f0
parent317b853517bb19ee58894f211d962267755a5f0d
inotify: Fix erroneous update of bit count

Patch "vfs: add d_canonical_path for stacked filesystem support"
erroneously updated the ALL_INOTIFY_BITS count. This changes it back

Change-Id: Idb04edc736da276159d30f04c40cff9d6b1e070f
fs/notify/inotify/inotify_user.c