Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112931
b: refs/heads/master
c: e5f8eab
h: refs/heads/master
i:
  112929: dcc250b
  112927: 8ed9e0e
v: v3
  • Loading branch information
Theodore Ts'o committed Sep 9, 2008
1 parent 22552d4 commit 559e499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4776004f54e4190e104caf620fd0fa5909412236
refs/heads/master: e5f8eab8851dff162e7ade46f084cb8575dc45f7
8 changes: 4 additions & 4 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1716,9 +1716,9 @@ static void ext4_orphan_cleanup(struct super_block *sb,
DQUOT_INIT(inode);
if (inode->i_nlink) {
printk(KERN_DEBUG
"%s: truncating inode %lu to %Ld bytes\n",
"%s: truncating inode %lu to %lld bytes\n",
__func__, inode->i_ino, inode->i_size);
jbd_debug(2, "truncating inode %lu to %Ld bytes\n",
jbd_debug(2, "truncating inode %lu to %lld bytes\n",
inode->i_ino, inode->i_size);
ext4_truncate(inode);
nr_truncates++;
Expand Down Expand Up @@ -2554,7 +2554,7 @@ static journal_t *ext4_get_journal(struct super_block *sb,
return NULL;
}

jbd_debug(2, "Journal inode found at %p: %Ld bytes\n",
jbd_debug(2, "Journal inode found at %p: %lld bytes\n",
journal_inode, journal_inode->i_size);
if (!S_ISREG(journal_inode->i_mode)) {
printk(KERN_ERR "EXT4-fs: invalid journal inode.\n");
Expand Down Expand Up @@ -3439,7 +3439,7 @@ static ssize_t ext4_quota_write(struct super_block *sb, int type,
handle_t *handle = journal_current_handle();

if (!handle) {
printk(KERN_WARNING "EXT4-fs: Quota write (off=%Lu, len=%Lu)"
printk(KERN_WARNING "EXT4-fs: Quota write (off=%llu, len=%llu)"
" cancelled because transaction is not started.\n",
(unsigned long long)off, (unsigned long long)len);
return -EIO;
Expand Down

0 comments on commit 559e499

Please sign in to comment.