diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2017-10-16 10:50:53 -0700 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2017-10-19 02:22:25 -0700 |
| commit | b5cc60b2b974645f0d09721c292cd243d049cbcf (patch) | |
| tree | fbc44d87ba8dd83e2238ff8e217ea560f56b3091 /ext4/feature_flag.go | |
| parent | b4299090c3e503ba0c49a6086b1a46c218ca45f4 (diff) | |
Refactor almost complete
Diffstat (limited to 'ext4/feature_flag.go')
| -rw-r--r-- | ext4/feature_flag.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext4/feature_flag.go b/ext4/feature_flag.go index ab618e2..58b3669 100644 --- a/ext4/feature_flag.go +++ b/ext4/feature_flag.go @@ -1,3 +1,5 @@ +// +build linux,cgo + /* * feature_flag.go - Changes encryption flag for an ext4 filesystem. * |