Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23556
b: refs/heads/master
c: 58bf6a2
h: refs/heads/master
v: v3
  • Loading branch information
Kirk True authored and Linus Torvalds committed Mar 25, 2006
1 parent f8533a1 commit c3cdc19
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: ed1f559b9b9896ad40fe9606e0946efa590d7648
refs/heads/master: 58bf6a2db2a4a1b41712674d9165510180259dec
2 changes: 1 addition & 1 deletion trunk/fs/smbfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ smb_set_inode_attr(struct inode *inode, struct smb_fattr *fattr)
if (inode->i_mtime.tv_sec != last_time || inode->i_size != last_sz) {
VERBOSE("%ld changed, old=%ld, new=%ld, oz=%ld, nz=%ld\n",
inode->i_ino,
(long) last_time, (long) inode->i_mtime,
(long) last_time, (long) inode->i_mtime.tv_sec,
(long) last_sz, (long) inode->i_size);

if (!S_ISDIR(inode->i_mode))
Expand Down

0 comments on commit c3cdc19

Please sign in to comment.