]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: add support for O_TMPFILE opens
authorChristoph Hellwig <hch@infradead.org>
Sun, 23 Feb 2014 21:13:51 +0000 (08:13 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 23 Feb 2014 21:13:51 +0000 (08:13 +1100)
commitda2b3c099e398d0cc5d342c0827beccd52937f30
treef5ecac45d8d42a1aca210da5e90fc52ade574bf6
parent203d38cc0f96b829a18fda84f9469a45e251c493
xfs_io: add support for O_TMPFILE opens

On Thu, Feb 20, 2014 at 02:00:00PM -0800, Christoph Hellwig wrote:
Add a new -T argument to the open command that supports using the
O_TMPFILE flag.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
io/file.c
io/init.c
io/io.h
io/open.c
man/man8/xfs_io.8