diff options
Diffstat (limited to 'fs/ext3/dir.c')
-rw-r--r-- | fs/ext3/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/dir.c b/fs/ext3/dir.c index c2c3491b18cf..fd4b6dd71150 100644 --- a/fs/ext3/dir.c +++ b/fs/ext3/dir.c | |||
@@ -210,7 +210,7 @@ revalidate: | |||
210 | * not the directory has been modified | 210 | * not the directory has been modified |
211 | * during the copy operation. | 211 | * during the copy operation. |
212 | */ | 212 | */ |
213 | unsigned long version = filp->f_version; | 213 | u64 version = filp->f_version; |
214 | 214 | ||
215 | error = filldir(dirent, de->name, | 215 | error = filldir(dirent, de->name, |
216 | de->name_len, | 216 | de->name_len, |