Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89379
b: refs/heads/master
c: 24bd861
h: refs/heads/master
i:
  89377: e9246dc
  89375: 6c7eb7e
v: v3
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Apr 18, 2008
1 parent 4590240 commit cb683df
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: 126468b1156211e26d97f74b2f1767acd141005a
refs/heads/master: 24bd861d1c3fff5248de7ba3bdddb3369087ad46
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ xfs_fs_encode_fh(
int len;

/* Directories don't need their parent encoded, they have ".." */
if (S_ISDIR(inode->i_mode))
if (S_ISDIR(inode->i_mode) || !connectable)
fileid_type = FILEID_INO32_GEN;
else
fileid_type = FILEID_INO32_GEN_PARENT;
Expand Down

0 comments on commit cb683df

Please sign in to comment.