diff options
| author | Tyler Hicks <tyhicks@canonical.com> | 2012-06-11 09:39:54 -0700 | 
|---|---|---|
| committer | Tyler Hicks <tyhicks@canonical.com> | 2012-07-08 12:51:43 -0500 | 
| commit | 566968866555a19d0a78e0bfa845cd249a7eeae2 (patch) | |
| tree | c6f7b2713ba055d564105bab4fb996ab2dfe889f /fs/ecryptfs/ecryptfs_kernel.h | |
| parent | 069ddcda37b2cf5bb4b6031a944c0e9359213262 (diff) | |
| download | olio-linux-3.10-566968866555a19d0a78e0bfa845cd249a7eeae2.tar.xz olio-linux-3.10-566968866555a19d0a78e0bfa845cd249a7eeae2.zip  | |
eCryptfs: Remove unused messaging declarations and function
These are no longer needed.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Cc: Sasha Levin <levinsasha928@gmail.com>
Diffstat (limited to 'fs/ecryptfs/ecryptfs_kernel.h')
| -rw-r--r-- | fs/ecryptfs/ecryptfs_kernel.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h index 867b64c5d84..01a1f857595 100644 --- a/fs/ecryptfs/ecryptfs_kernel.h +++ b/fs/ecryptfs/ecryptfs_kernel.h @@ -385,8 +385,6 @@ struct ecryptfs_msg_ctx {  	struct mutex mux;  }; -struct ecryptfs_daemon; -  struct ecryptfs_daemon {  #define ECRYPTFS_DAEMON_IN_READ      0x00000001  #define ECRYPTFS_DAEMON_IN_POLL      0x00000002 @@ -621,10 +619,6 @@ int  ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value,  		  size_t size, int flags);  int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode); -int ecryptfs_process_helo(uid_t euid, struct user_namespace *user_ns, -			  struct pid *pid); -int ecryptfs_process_quit(uid_t euid, struct user_namespace *user_ns, -			  struct pid *pid);  int ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid,  			      struct user_namespace *user_ns, struct pid *pid,  			      u32 seq);  |