Searched hist:d27e84a305980ac61df0a6841059d0eb09b8283d (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_debugfs.h | diff d27e84a305980ac61df0a6841059d0eb09b8283d Tue Jun 18 10:45:49 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> block: drbd: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Philipp Reisner <philipp.reisner@linbit.com> Cc: Lars Ellenberg <lars.ellenberg@linbit.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: drbd-dev@lists.linbit.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | drbd_debugfs.c | diff d27e84a305980ac61df0a6841059d0eb09b8283d Tue Jun 18 10:45:49 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> block: drbd: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Philipp Reisner <philipp.reisner@linbit.com> Cc: Lars Ellenberg <lars.ellenberg@linbit.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: drbd-dev@lists.linbit.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | drbd_main.c | diff d27e84a305980ac61df0a6841059d0eb09b8283d Tue Jun 18 10:45:49 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> block: drbd: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: Philipp Reisner <philipp.reisner@linbit.com> Cc: Lars Ellenberg <lars.ellenberg@linbit.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: drbd-dev@lists.linbit.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|