Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216016
b: refs/heads/master
c: 0c6d7d5
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Sep 23, 2010
1 parent 478043e commit 4d3464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8209e2f46752914e94f65469b8312c42dc5d7d8f
refs/heads/master: 0c6d7d5da27df7ec586fc916f06136a6b7ad1f72
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/ecryptfs_kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ ecryptfs_lower_header_size(struct ecryptfs_crypt_stat *crypt_stat)
static inline struct ecryptfs_file_info *
ecryptfs_file_to_private(struct file *file)
{
return (struct ecryptfs_file_info *)file->private_data;
return file->private_data;
}

static inline void
Expand Down

0 comments on commit 4d3464a

Please sign in to comment.