xfs: merge xfs_mkdir into xfs_create
authorChristoph Hellwig <hch@lst.de>
Mon, 9 Feb 2009 07:38:02 +0000 (08:38 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 9 Feb 2009 07:38:02 +0000 (08:38 +0100)
xfs_create and xfs_mkdir only have minor differences, so merge both of them
into a sigle function.  While we're at it also make the error handling code
more straight-forward.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Dave Chinner <david@fromorbit.com>


No differences found