Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57138
b: refs/heads/master
c: 1fc799e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 31, 2007
1 parent 4e7b98d commit 4db9dbb
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: ebdf7d399e67499dbd2a6b5154805fb049846cbb
refs/heads/master: 1fc799e1b4efdbc405d87d9f154d64d9bc299e5c
2 changes: 1 addition & 1 deletion trunk/fs/ntfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static int ntfs_init_locked_inode(struct inode *vi, ntfs_attr *na)
if (!ni->name)
return -ENOMEM;
memcpy(ni->name, na->name, i);
ni->name[i] = 0;
ni->name[na->name_len] = 0;
}
return 0;
}
Expand Down

0 comments on commit 4db9dbb

Please sign in to comment.