| commit | a4689d2bd3b00dcf5c4320f06e0ab88810fbff9c | [log] [tgz] |
|---|---|---|
| author | David Sterba <dsterba@suse.cz> | Tue May 31 17:08:14 2011 +0000 |
| committer | Chris Mason <chris.mason@oracle.com> | Sat Jun 04 08:03:46 2011 -0400 |
| tree | 295bcdb0fdbe5a4cda80eb886694efd45e276699 | |
| parent | d132a538d258f8f52fd0cd8b5017755f4e915386 [diff] |
btrfs: use btrfs_ino to access inode number
commit 4cb5300bc ("Btrfs: add mount -o auto_defrag") accesses inode
number directly while it should use the helper with the new inode
number allocator.
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@oracle.com>