diff options
| author | Paul Reioux <reioux@gmail.com> | 2015-03-29 14:52:41 -0400 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-08-26 16:09:52 +0200 |
| commit | d2cdb4e1ce3df4e28b0e51807455ddf424ff2e71 (patch) | |
| tree | 6d71460d5c5f1da06e3c94aa317af430fdecefba /fs/Makefile | |
| parent | 595adec881c2eaead1bd81ce21864407f50b136e (diff) | |
Dynamic Fsync Control
Diffstat (limited to 'fs/Makefile')
| -rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 5547e2d96..74068e859 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -127,3 +127,4 @@ obj-$(CONFIG_CEPH_FS) += ceph/ obj-$(CONFIG_PSTORE) += pstore/ obj-$(CONFIG_EFIVAR_FS) += efivarfs/ obj-$(CONFIG_RAWFS_FS) += rawfs/ +obj-$(CONFIG_DYNAMIC_FSYNC) += dyn_sync_cntrl.o |
