commit | ed63f4fd9a88218ee709e8f57c36c0c5f219a7ad | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Jul 19 09:09:27 2012 -0500 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 18:15:50 2012 -0700 |
tree | e4de555e1d7b992184959df2fb19e489b12d1acd | |
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>