diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-26 09:43:34 +0300 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-07-04 10:54:26 +0300 |
commit | a29fa9dfa4d5d1b962825c79f19d9b6f3f15843b (patch) | |
tree | bd7aa3733a869c69038b4474229fbc9ada002cbf /fs/ocfs2/acl.c | |
parent | 1b51e98365e42c27eb2664f8353bc62ab8c55c85 (diff) |
UBIFS: minor cleanup: use S_ISREG helper
Instead of using long "(inode->i_mode & S_IFMT) != S_IFREG" expression, use
shorted "!S_ISREG(inode->i_mode)".
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ocfs2/acl.c')
0 files changed, 0 insertions, 0 deletions