From ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c Mon Sep 17 00:00:00 2001 From: Filipe Manana Date: Sun, 27 Apr 2014 20:40:45 +0100 Subject: [PATCH] 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-format-patch failed