inotify: Fix erroneous update of bit count
authorDaniel Rosenberg <drosen@google.com>
Wed, 23 Mar 2016 19:09:25 +0000 (12:09 -0700)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:57 +0000 (18:03 +0200)
commitea8360e410b5e2205c6ab1cc71bdc5fd7b35bea1
tree1295d6319a6dc39f692fefabf8c7cf874535daf0
parent956734976211327e99d98d8cdbc3fc28da119e83
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