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

2015-01-06 Thread David Sterba
On Tue, Jan 06, 2015 at 11:42:07AM +0100, Jiri Kosina wrote: > On Mon, 5 Jan 2015, David Sterba wrote: > > > > Remove the function btrfs_reada_detach() that is not used anywhere. > > > > > > This was partially found by using a static code analysis program called > > > cppcheck. > > > > > >

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

2015-01-06 Thread Jiri Kosina
On Mon, 5 Jan 2015, David Sterba wrote: > > Remove the function btrfs_reada_detach() that is not used anywhere. > > > > This was partially found by using a static code analysis program called > > cppcheck. > > > > Signed-off-by: Rickard Strandqvist > > No please, this function is part of

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

2015-01-06 Thread Jiri Kosina
On Mon, 5 Jan 2015, David Sterba wrote: Remove the function btrfs_reada_detach() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se No please, this

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

2015-01-06 Thread David Sterba
On Tue, Jan 06, 2015 at 11:42:07AM +0100, Jiri Kosina wrote: On Mon, 5 Jan 2015, David Sterba wrote: Remove the function btrfs_reada_detach() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard

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

2015-01-05 Thread David Sterba
On Sun, Jan 04, 2015 at 01:59:57AM +0100, Rickard Strandqvist wrote: > Remove the function btrfs_reada_detach() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist No please, this function is

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

2015-01-05 Thread David Sterba
On Sun, Jan 04, 2015 at 01:59:57AM +0100, Rickard Strandqvist wrote: Remove the function btrfs_reada_detach() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] btrfs: reada: Remove unused function

2015-01-03 Thread Rickard Strandqvist
Remove the function btrfs_reada_detach() 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/ctree.h |1 - fs/btrfs/reada.c |9 + 2 files changed, 1 insertion(+), 9

[PATCH] btrfs: reada: Remove unused function

2015-01-03 Thread Rickard Strandqvist
Remove the function btrfs_reada_detach() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- fs/btrfs/ctree.h |1 - fs/btrfs/reada.c |9 + 2