]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Remove two unused variables
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 20 Sep 2011 11:16:11 +0000 (12:16 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 27 Oct 2011 08:08:18 +0000 (09:08 +0100)
commit68938e88f1267f23300f230f7e5da50e8cca5c09
tree63297cdb16d047a3952e787e6a0289c26c831ff4
parent7e45ab262e413eb65d55efdb8911334866aeaa69
GFS2: Remove two unused variables

The two variables being initialised in gfs2_inplace_reserve
to track the file & line number of the caller are never
used, so we might as well remove them.

If something does go wrong, then a stack trace is probably
more useful anyway.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h