]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux 3.13: Check return value from bdi_init
authorMarc Dionne <marc.dionne@your-file-system.com>
Tue, 3 Dec 2013 19:10:00 +0000 (14:10 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Tue, 21 Jun 2016 13:45:57 +0000 (09:45 -0400)
commit229e622ea53469fd7a7ccc428506a00ebb6e976b
tree1180a18d1f26dd7e9cd7f846d0b768b3666eaf37
parent1e15be6674485d1011ee80970f8445e046b7ca78
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.

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>
(cherry picked from commit ccc5d3f7adceda4d8cf41f04fe02d5cfe376befd)

Change-Id: I2ccd9bbdce396a003030e3e09f9f6d75a1c4fa7c
Reviewed-on: https://gerrit.openafs.org/12274
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/LINUX/osi_vfsops.c