commit | bc0b0d6d69ee9022f18ae264e62beb30ddeb322a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jun 13 10:09:48 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 13 10:09:48 2009 -0400 |
tree | fb1d04af657b6de21fa441c1d14fc296f32c723e | |
parent | 7f4520cc6242780ce720aa440ad4b391f998b558 [diff] |
ext4: update the s_last_mounted field in the superblock This field can be very helpful when a system administrator is trying to sort through large numbers of block devices or filesystem images. What is stored in this field can be ambiguous if multiple filesystem namespaces are in play; what we store in practice is the mountpoint interpreted by the process's namespace which first opens a file in the filesystem. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>