diff options
author | Christoph Hellwig <hch@infradead.org> | 2008-03-06 13:44:35 +1100 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-04-18 11:38:53 +1000 |
commit | db0bb7baa1533db156d8af3ebeda1f0473a0197a (patch) | |
tree | 39247febd2c597ad58f754b0fd3ce35cd2c4e796 /fs/dcache.c | |
parent | 155cc6b784a959ed456fe46dca522e1d28b3b718 (diff) |
[XFS] cleanup xfs_vn_mknod
- use proper goto based unwinding instead of the current mess of
multiple conditionals
- rename ip to inode because that's the normal convention for Linux
inodes while ip is the convention for xfs_inodes
- remove unlikely checks for the default_acl - branches marked unlikely
might lead to extreme branch bredictor slowdons if taken and for some
workloads a default acl is quite common
- properly indent the switch statements
- remove xfs_has_fs_struct as nfsd has a fs_struct in any semi-recent
kernel
SGI-PV: 976035
SGI-Modid: xfs-linux-melb:xfs-kern:30529a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions