~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to tests/r_inline_xattr/expect

  • Committer: Daniel Mehrmann
  • Date: 2014-12-16 09:16:59 UTC
  • mfrom: (1.2.25)
  • Revision ID: daniel.mehrmann@gmx.de-20141216091659-ymhbl4ualba43vuc
Tags: 1.43-SN-2014-12-16-0ubuntu1
* Merge in snapshot from the maint branch 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
resize2fs test
2
2
debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
3
3
Inode: 1550   Type: regular    Mode:  0644   Flags: 0x0
4
 
Extended attributes stored in inode body: 
5
 
  name = "propervalue" (11)
 
4
  user.name = "propervalue" (11)
6
5
Exit status is 0
7
6
resize2fs test.img 5M
8
7
Resizing the filesystem on test.img to 5120 (1k) blocks.
11
10
Exit status is 0
12
11
debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
13
12
Inode: 12   Type: regular    Mode:  0644   Flags: 0x0
14
 
Extended attributes stored in inode body: 
15
 
  name = "propervalue" (11)
 
13
  user.name = "propervalue" (11)
16
14
Exit status is 0