commit | d37177bacdf7cbcdb23a513cbb475fa241f8083c | [log] [tgz] |
---|---|---|
author | Yaowei Bai <baiyaowei@cmss.chinamobile.com> | Thu Nov 19 21:00:12 2015 +0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 06 21:17:14 2015 -0500 |
tree | 5178cef19a7ff10789085da992b1aa7e25ce166f | |
parent | 0e3ef1fe453c9f29c30d040cd2559c5cac724e93 [diff] |
fs/attr.c: is_sxid can be boolean This patch makes is_sxid return bool to improve readability due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>