inotify: Fix erroneous update of bit count
authorDaniel Rosenberg <drosen@google.com>
Wed, 23 Mar 2016 19:09:25 +0000 (12:09 -0700)
committerDaniel Rosenberg <drosen@google.com>
Wed, 23 Mar 2016 22:02:35 +0000 (22:02 +0000)
commit2dea38519013642e4cdba450151f8328a0763fad
treef5d8a857bf2162009e5c691018b6f0ed7a2fce57
parent3f3b4c799d2c9c706d68c2db31b332e5a548cf53
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