diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-08-22 14:01:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-22 19:52:46 -0700 |
commit | f4768ffd1d4b7b07ae2c4c3d93c9f99cd68e996c (patch) | |
tree | 09c2e345501370a3462331a2b9de3afe6afb0bd6 /fs | |
parent | a88aa7865bc1d1d451af2d585ac0119164ce8e00 (diff) | |
download | linux-3.10-f4768ffd1d4b7b07ae2c4c3d93c9f99cd68e996c.tar.gz linux-3.10-f4768ffd1d4b7b07ae2c4c3d93c9f99cd68e996c.tar.bz2 linux-3.10-f4768ffd1d4b7b07ae2c4c3d93c9f99cd68e996c.zip |
uml: fix previous request size limit fix
The previous patch which limited the number of sectors in a single request
to a COWed device was correct in concept, but the limit was implemented in
the wrong place.
By putting it in ubd_add, it covered the cases where the COWing was
specified on the command line. However, when the command line only has the
COW file specified, the fact that it's a COW file isn't known until it's
opened, so the limit is missed in these cases.
This patch moves the sector limit from ubd_add to ubd_open_dev.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions