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>
Fri, 21 Oct 2011 11:39:52 +0000 (12:39 +0100)
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>

No differences found