]> git.baikalelectronics.ru Git - kernel.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>
Fri, 21 Oct 2011 11:39:52 +0000 (12:39 +0100)
commitfe09946b5dcfee2d7cafedae6d9990fbd948bcea
treea331589e14fef9f8149fc3e1f00baab7d60260fe
parent1eb0c176cca557eefe75d34468bcec219e93e10c
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