X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fafs%2Fvlocation.c;h=5d650422e7fd57897257e1456efdcddf9f8e6ba3;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=c7396ca082ecaab4e4dd3fb2d8149c7d99aa15c5;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/afs/vlocation.c b/fs/afs/vlocation.c index c7396ca08..5d650422e 100644 --- a/fs/afs/vlocation.c +++ b/fs/afs/vlocation.c @@ -29,6 +29,7 @@ static void afs_vlocation_update_timer(struct afs_timer *timer); static void afs_vlocation_update_attend(struct afs_async_op *op); static void afs_vlocation_update_discard(struct afs_async_op *op); +static void __afs_put_vlocation(struct afs_vlocation *vlocation); static void __afs_vlocation_timeout(struct afs_timer *timer) { @@ -455,7 +456,7 @@ int afs_vlocation_lookup(struct afs_cell *cell, * finish using a volume location record * - caller must have cell->vol_sem write-locked */ -void __afs_put_vlocation(struct afs_vlocation *vlocation) +static void __afs_put_vlocation(struct afs_vlocation *vlocation) { struct afs_cell *cell;