|
@@ -1136,7 +1136,7 @@ static int ntfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
|
|
if (fpos == 1) {
|
|
if (fpos == 1) {
|
|
ntfs_debug("Calling filldir for .. with len 2, fpos 0x1, "
|
|
ntfs_debug("Calling filldir for .. with len 2, fpos 0x1, "
|
|
"inode 0x%lx, DT_DIR.",
|
|
"inode 0x%lx, DT_DIR.",
|
|
- parent_ino(filp->f_dentry));
|
|
|
|
|
|
+ (unsigned long)parent_ino(filp->f_dentry));
|
|
rc = filldir(dirent, "..", 2, fpos,
|
|
rc = filldir(dirent, "..", 2, fpos,
|
|
parent_ino(filp->f_dentry), DT_DIR);
|
|
parent_ino(filp->f_dentry), DT_DIR);
|
|
if (rc)
|
|
if (rc)
|