diff options
Diffstat (limited to 'libglusterfs/src/defaults-tmpl.c')
-rw-r--r-- | libglusterfs/src/defaults-tmpl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/defaults-tmpl.c b/libglusterfs/src/defaults-tmpl.c index dc20917cb56..8a05ca8b6fb 100644 --- a/libglusterfs/src/defaults-tmpl.c +++ b/libglusterfs/src/defaults-tmpl.c @@ -76,6 +76,7 @@ struct xlator_fops _default_fops = { .discard = default_discard, .zerofill = default_zerofill, .ipc = default_ipc, + .seek = default_seek, .getspec = default_getspec, }; |