btrfs: remove unused "item" in btrfs_insert_delayed_item()
authorEric Sandeen <[email protected]>
Thu, 31 Jan 2013 00:54:59 +0000 (00:54 +0000)
committerJosef Bacik <[email protected]>
Wed, 20 Feb 2013 17:59:23 +0000 (12:59 -0500)
commitd4c0a7da214d7915200d3e64c058ef36771186f2
treeedd53ada91c21167643fefb971a66a6298b6c9c0
parent37252a66f34940421942725ca75d12e6008682dc
btrfs: remove unused "item" in btrfs_insert_delayed_item()

"item" was set but never used in this function.

Signed-off-by: Eric Sandeen <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
fs/btrfs/delayed-inode.c