From: Filipe Manana Date: Sun, 27 Apr 2014 19:40:45 +0000 (+0100) Subject: Btrfs: implement inode_operations callback tmpfile X-Git-Tag: omap-for-v3.16/fixes-against-rc1~54^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c;p=pandora-kernel.git Btrfs: implement inode_operations callback tmpfile This implements the tmpfile callback of struct inode_operations, introduced in the linux kernel 3.11, and implemented already by some filesystems. This callback is invoked by the VFS when the flag O_TMPFILE is passed to the open system call. Signed-off-by: Filipe David Borba Manana Signed-off-by: Chris Mason Reviewed-by: David Sterba --- Reading git-diff-tree failed