commit | 3f82ff55168e92859119bf348e9e0bd6714d2fea | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Jun 08 01:39:30 2009 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:17 2009 -0400 |
tree | f35bf723b02d6fe8c101252aa4a2c0e0172fd4aa | |
parent | 33c8e57c86d1bd1548c12a4f7c4bceb94b862cca [diff] |
nilfs2: get rid of sget use for checking if current mount is present This stops using sget() for checking if an r/w-mount or an r/o-mount exists on the device. This elimination uses a back pointer to the current mount added to nilfs object. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>