fs/hfsplus: use bool instead of int for is_known_namespace() return value
authorFabian Frederick <[email protected]>
Thu, 16 Apr 2015 19:47:07 +0000 (12:47 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:05 +0000 (09:04 -0400)
commit1ad8d63d63e21d711d97a4cd1105136bd0cfd647
tree5c210f4a2e6fc0d8008d597d0a9afe69d2eec592
parent73d28d571d09082e132340ae4ad4d973211b7668
fs/hfsplus: use bool instead of int for is_known_namespace() return value

is_known_namespace() only returns true/false.  Also remove inline and let
compiler decide what to do with static functions.

Signed-off-by: Fabian Frederick <[email protected]>
Cc: "David S. Miller" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/hfsplus/xattr.c