diff options
| author | ShyamsundarR <srangana@redhat.com> | 2018-05-08 11:06:15 -0400 |
|---|---|---|
| committer | ShyamsundarR <srangana@redhat.com> | 2018-05-08 11:27:48 -0400 |
| commit | 16873e16f3fdfe7f83ca919ad188075eebb5dd7c (patch) | |
| tree | c48e33a299a52c533c134942aca8c33992c26dbe /xlators/experimental/fdl/src | |
| parent | 427951b7f74c643d5b7c7c946bc348209b974274 (diff) | |
Revert "gfapi: return pre/post attributes from glfs_pread/pwrite"
This reverts commit d01f7244e9d9f7e3ef84e0ba7b48ef1b1b09d809.
This is being reverted as the API signatures should adapt to a
statx like structure, and also all APIs that need to return
pre/post attrs are not complete.
As a result, instead of fixing up part of the APIs and then
refixing the same in a later release, removing these set of
fixes from the branch
Additionally fixed up posix-entry-ops.c which was using the
new syncop signature
Updates: bz#1575386
Change-Id: I35222dadc4a2e97010bc1e6b97b6f83583c311f6
Diffstat (limited to 'xlators/experimental/fdl/src')
| -rwxr-xr-x | xlators/experimental/fdl/src/gen_recon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/experimental/fdl/src/gen_recon.py b/xlators/experimental/fdl/src/gen_recon.py index 75323ea3dd9..db7f7bbc31c 100755 --- a/xlators/experimental/fdl/src/gen_recon.py +++ b/xlators/experimental/fdl/src/gen_recon.py @@ -142,7 +142,7 @@ def get_special_subs (name, args, fop_type): # is not stored in or read from the journal. There are other ways to # do that, but this is the only place we need anything similar and we # already have to treat it as a special case so this is simplest. - s_args_str = 'fd, &vector, 1, off, iobref, flags, &preop, &postop, xdata' + s_args_str = 'fd, &vector, 1, off, iobref, flags, xdata' elif name == 'symlink': # Swap 'linkpath' and 'loc'. s_args_str = '&loc, linkpath, &iatt, xdata' |
