[PATCH 4/4] eCryptfs: ino_t to u64 for filldir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



filldir()'s inode number is now type u64 instead of ino_t.

Signed-off-by: Michael Halcrow <[email protected]>

---

 fs/ecryptfs/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

5cecf3b66f0e7ec3fcf953edbf4bf14d1a030a83
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c
index 6da9363..6d6c62c 100644
--- a/fs/ecryptfs/file.c
+++ b/fs/ecryptfs/file.c
@@ -135,7 +135,7 @@ struct ecryptfs_getdents_callback {
 /* Inspired by generic filldir in fs/readir.c */
 static int
 ecryptfs_filldir(void *dirent, const char *name, int namelen, loff_t offset,
-		 ino_t ino, unsigned int d_type)
+		 u64 ino, unsigned int d_type)
 {
 	struct ecryptfs_crypt_stat *crypt_stat;
 	struct ecryptfs_getdents_callback *buf =
-- 
1.3.3

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux