diff options
author | Vikas Gorur <vikas@zresearch.com> | 2009-02-23 02:33:11 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-23 19:31:52 +0530 |
commit | a3ed4474de9db5bda606b374f3d8cb1cdbf8a9fb (patch) | |
tree | 23da9bd50c184564c531a15a8c396af48499f07a /libglusterfs/src/xlator.c | |
parent | 80066c23da120621f26d83d631e204ab2943d181 (diff) |
added lock_notify and lock_fnotify FOPs to everywhere necessary in libglusterfs/*
fixed indentation and resubmitting
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/xlator.c')
-rw-r--r-- | libglusterfs/src/xlator.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 19f6a7f385b..235f2aaa6a0 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -95,7 +95,9 @@ fill_defaults (xlator_t *xl) SET_DEFAULT_FOP (checksum); SET_DEFAULT_FOP (xattrop); SET_DEFAULT_FOP (fxattrop); - + SET_DEFAULT_FOP (lock_notify); + SET_DEFAULT_FOP (lock_fnotify); + SET_DEFAULT_MOP (stats); SET_DEFAULT_CBK (release); |