Searched hist:"2 abbf9a4d262511999ac11b4ddc8521c9ee72b88" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | diff 2abbf9a4d262511999ac11b4ddc8521c9ee72b88 Tue Jan 22 09:21:51 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> gfs: 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.
There is no need to save the dentries for the debugfs files, so drop those variables to save a bit of space and make the code simpler.
Cc: Bob Peterson <rpeterso@redhat.com> Cc: Andreas Gruenbacher <agruenba@redhat.com> Cc: cluster-devel@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | main.c | diff 2abbf9a4d262511999ac11b4ddc8521c9ee72b88 Tue Jan 22 09:21:51 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> gfs: 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.
There is no need to save the dentries for the debugfs files, so drop those variables to save a bit of space and make the code simpler.
Cc: Bob Peterson <rpeterso@redhat.com> Cc: Andreas Gruenbacher <agruenba@redhat.com> Cc: cluster-devel@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | incore.h | diff 2abbf9a4d262511999ac11b4ddc8521c9ee72b88 Tue Jan 22 09:21:51 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> gfs: 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.
There is no need to save the dentries for the debugfs files, so drop those variables to save a bit of space and make the code simpler.
Cc: Bob Peterson <rpeterso@redhat.com> Cc: Andreas Gruenbacher <agruenba@redhat.com> Cc: cluster-devel@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | glock.c | diff 2abbf9a4d262511999ac11b4ddc8521c9ee72b88 Tue Jan 22 09:21:51 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> gfs: 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.
There is no need to save the dentries for the debugfs files, so drop those variables to save a bit of space and make the code simpler.
Cc: Bob Peterson <rpeterso@redhat.com> Cc: Andreas Gruenbacher <agruenba@redhat.com> Cc: cluster-devel@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|