NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returned
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 19:29:50 +0000 (20:29 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 19:29:50 +0000 (20:29 +0100)
commit8e08ceaeacd5d300aaad166f2eef8bfc37e09831
treeab4bb4330cf47b188c5aa02c58d9fa04d93d348d
parent6e48321a40610f7213e3ac75ba234f6f8b3ed5f5
NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup().  When the returned
      index entry is in the index root, we forgot to set the @ir pointer in
      the index context.  Thanks for Yura Pakhuchiy for finding this bug.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/index.c