https://github.com/torvalds/linux
Revision 133e91566ced3e7154db9b68bb3ceb3b30f6900f authored by Yan, Zheng on 25 January 2016, 02:44:33 UTC, committed by Ilya Dryomov on 25 March 2016, 17:51:41 UTC
When rbytes mount option is enabled, directory size is recursive
size. Recursive size is not updated instantly. This can cause
directory size to change between successive stat(1)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
1 parent d1eee0c
Raw File
Tip revision: 133e91566ced3e7154db9b68bb3ceb3b30f6900f authored by Yan, Zheng on 25 January 2016, 02:44:33 UTC
ceph: don't enable rbytes mount option by default
Tip revision: 133e915
rsaprivkey.asn1
RsaPrivKey ::= SEQUENCE {
	version		INTEGER,
	n		INTEGER ({ rsa_get_n }),
	e		INTEGER ({ rsa_get_e }),
	d		INTEGER ({ rsa_get_d }),
	prime1		INTEGER,
	prime2		INTEGER,
	exponent1	INTEGER,
	exponent2	INTEGER,
	coefficient	INTEGER
}
back to top