mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
librgw: always add struct before rgw_file_handle in rgw_file.h
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
8417a788fb
commit
056c0cb812
@ -241,7 +241,7 @@ struct rgw_uio {
|
||||
typedef struct rgw_uio rgw_uio;
|
||||
|
||||
int rgw_readv(struct rgw_fs *rgw_fs,
|
||||
rgw_file_handle *fh, rgw_uio *uio);
|
||||
struct rgw_file_handle *fh, rgw_uio *uio);
|
||||
|
||||
int rgw_writev(struct rgw_fs *rgw_fs,
|
||||
struct rgw_file_handle *fh, rgw_uio *uio);
|
||||
|
Loading…
Reference in New Issue
Block a user