Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359257
b: refs/heads/master
c: 94a193f
h: refs/heads/master
i:
  359255: 4df9243
v: v3
  • Loading branch information
Matt Fleming committed Jan 31, 2013
1 parent 9bc874f commit 0196bd9
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: deb94101c4fda22e152c2a311210cf09ae51adf6
refs/heads/master: 94a193fb7393a50625abd9ca21f8afea275a9f87
2 changes: 1 addition & 1 deletion trunk/drivers/firmware/efivars.c
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ static int efivarfs_fill_super(struct super_block *sb, void *data, int silent)

mutex_lock(&inode->i_mutex);
inode->i_private = entry;
i_size_write(inode, size+4);
i_size_write(inode, size + sizeof(entry->var.Attributes));
mutex_unlock(&inode->i_mutex);
d_add(dentry, inode);
}
Expand Down

0 comments on commit 0196bd9

Please sign in to comment.