commit | c05dbfc2609993ccc067879579e2a7726e12b3f1 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Thu Sep 16 00:36:24 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Oct 23 09:24:39 2010 +0900 |
tree | d5b20ce06901a05b8649d31eb8694fef8f2dddb7 | |
parent | 2879ed66e4c6da1dfc6bb0bd04566b61824f9256 [diff] |
nilfs2: accept 64-bit checkpoint numbers in cp mount option The current implementation doesn't mount snapshots with checkpoint numbers larger than INT_MAX since it uses match_int() for parsing "cp=" mount option. This uses simple_strtoull() for the conversion to resolve the issue. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>