Re: [PATCH] btrfs: transaction: Remove unused function

2015-01-13 Thread David Sterba
On Tue, Jan 13, 2015 at 07:54:06PM +0100, Rickard Strandqvist wrote: > Remove the function btrfs_start_transaction_lflush() that is not used > anywhere. > > This was partially found by using a static code analysis program called > cppcheck. http://thread.gmane.org/gmane.comp.file-systems.btrfs/

[PATCH] btrfs: transaction: Remove unused function

2015-01-13 Thread Rickard Strandqvist
Remove the function btrfs_start_transaction_lflush() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/btrfs/transaction.c |7 --- fs/btrfs/transaction.h |2 -- 2 files changed, 9 d