OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4098-gccc5d3f
Gerrit Code Review
gerrit@openafs.org
Sun, 12 Jan 2014 11:58:27 -0800 (PST)
The following commit has been merged in the master branch:
commit ccc5d3f7adceda4d8cf41f04fe02d5cfe376befd
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Tue Dec 3 14:10:00 2013 -0500
Linux 3.13: Check return value from bdi_init
The use of the bdi_init function now gets a warning because the
return value is unused and the function is now defined with
the warn_unused_result attribute.
Assign and check the return value.
Change-Id: I78ae4ea356aef8c9dabe75179ad67db1fd64c28b
Reviewed-on: http://gerrit.openafs.org/10530
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/LINUX/osi_vfsops.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository