Christoph Hellwig db0bb7baa1 [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>
2008-04-18 11:38:53 +10:00
..
2007-05-08 13:50:19 +10:00
2007-10-22 08:13:20 -07:00
2008-02-07 18:14:38 +11:00
2007-10-15 16:40:14 +10:00
2008-02-07 18:14:38 +11:00
2008-04-18 11:38:53 +10:00
2008-04-18 11:36:55 +10:00
2008-02-07 16:48:58 +11:00
2006-06-23 07:42:45 -07:00
2007-10-16 12:17:27 +10:00