Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-11 | Revert "blockdev: Remove the --setbsz (set blocksize) option which has never ↵ | Karel Zak | 1 | -1/+6 | |
worked." This reverts commit b1555acc2f709ac4f3b1e6c686a11cadb7b04f72. It seems that the option is used by kernel guys to test kernel, so let's keep the option in the blockdev(8) although it's almost useless in userspace. All we need is to improve docs to make things more obvious to end users. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-10-08 | blockdev: Remove the --setbsz (set blocksize) option which has never worked. | Richard W.M. Jones | 1 | -6/+1 | |
This option has never worked. If you try setting the block size on a block device, and then read it using --getbsz, you will see that the block size never changes. The reason for this is because the block size is specific to the current file descriptor opening the block device, so the change of block size only persists for as long as blockdev has the device open, and is lost once blockdev exits. Also the block size is not really used anywhere. Filesystems, for example, have their own idea of block size and ignore this setting completely. (Thanks Masayoshi Mizuma for diagnosing the problem) Signed-off-by: Richard W.M. Jones <rjones@redhat.com> | |||||
2013-04-05 | bash-completion: rename shell-completion -> bash-completion | Karel Zak | 1 | -0/+44 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |