hfsplus: fix an artifact in ioctl flag checking
authorAnton Salikhmetov <alexo@tuxera.com>
Thu, 16 Dec 2010 12:44:51 +0000 (14:44 +0200)
committerChristoph Hellwig <hch@tuxera.com>
Thu, 16 Dec 2010 17:08:43 +0000 (18:08 +0100)
commit596276c3571e2108f4b336be545ece2eacf3da59
treec00fcd0e01cf12a5edfe8e87ba2f39fcd07c90a5
parent34a2d313c51f47cae50ccb89f4196462665f2c48
hfsplus: fix an artifact in ioctl flag checking

Fix a flag checking artifact in hfsplus_ioctl_getflags() routine
found while doing clean-up against assignments inside `if's.

Signed-off-by: Anton Salikhmetov <alexo@tuxera.com>
Signed-off-by: Christoph Hellwig <hch@tuxera.com>
fs/hfsplus/ioctl.c