commit | 9ae32429fe036fcfce036ec57b28fc59f3911976 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Sep 20 12:16:11 2011 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 21 12:39:52 2011 +0100 |
tree | a331589e14fef9f8149fc3e1f00baab7d60260fe | |
parent | 891a8e9335176b7eb9adc5e34f555ee5e1da47c6 [diff] |
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>