Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273152
b: refs/heads/master
c: cf80390
h: refs/heads/master
v: v3
  • Loading branch information
Darrick J. Wong authored and Theodore Ts'o committed Oct 25, 2011
1 parent 0c2669f commit 707a4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a4e5d88b1b24827f4f6a3cba43228936a67d81ba
refs/heads/master: cf8039036a6e9c5f7144841925f212a957faf1aa
4 changes: 2 additions & 2 deletions trunk/fs/ext4/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ static int ext4_file_open(struct inode * inode, struct file * filp)
path.dentry = mnt->mnt_root;
cp = d_path(&path, buf, sizeof(buf));
if (!IS_ERR(cp)) {
memcpy(sbi->s_es->s_last_mounted, cp,
sizeof(sbi->s_es->s_last_mounted));
strlcpy(sbi->s_es->s_last_mounted, cp,
sizeof(sbi->s_es->s_last_mounted));
ext4_mark_super_dirty(sb);
}
}
Expand Down

0 comments on commit 707a4f2

Please sign in to comment.