]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
filesystem: Distinguish support and setup for fs
authorJoe Richey joerichey@google.com <joerichey@google.com>
Mon, 17 Jul 2017 20:16:03 +0000 (13:16 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Mon, 17 Jul 2017 20:16:03 +0000 (13:16 -0700)
commit8136a700fa6c3efb7a469e45d846e9db4ec9b4e2
treea3cbd46a5df51726043132e0105449830a63907c
parent465e31bd92d70d983f45a186ce29b9ff9cd1fd40
filesystem: Distinguish support and setup for fs

This commit splits two pieces of functionality. Detecting if the fscrypt
metadata exists is now in CheckSetup() and checking if the filesystem
supports encryption is now in CheckSupport().
filesystem/filesystem.go