diff options
author | Alex Elder <elder@inktank.com> | 2012-07-19 10:09:27 -0400 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-07-30 21:15:50 -0400 |
commit | ed63f4fd9a88218ee709e8f57c36c0c5f219a7ad (patch) | |
tree | e4de555e1d7b992184959df2fb19e489b12d1acd /fs/block_dev.c | |
parent | 9a5d690b08478fc2358d885703014853e44a357e (diff) |
rbd: drop rbd_header_from_disk() gfp_flags parameter
The function rbd_header_from_disk() is only called in one spot, and
it passes GFP_KERNEL as its value for the gfp_flags parameter.
Just drop that parameter and substitute GFP_KERNEL everywhere within
that function it had been used. (If we find we need the parameter
again in the future it's easy enough to add back again.)
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'fs/block_dev.c')
0 files changed, 0 insertions, 0 deletions