https://github.com/torvalds/linux
Revision d1afb678ce77b930334a8a640a05b8e68178a377 authored by Lachlan McIlroy on 27 November 2007, 06:01:24 UTC, committed by Lachlan McIlroy on 10 December 2007, 02:46:20 UTC
- calculation of 'page_count' was incorrect as it did not
  consider the offset of 'mem' into the first page. The
  logic to bump 'page_count' didn't work if 'len' was <=
  PAGE_CACHE_SIZE (ie offset = 3k, len = 2k).
- setting b_buffer_length to 'len' is incorrect if 'offset'
  is > 0. Set it to the total length of the buffer.
- I suspect that passing a non-aligned address into
  mem_to_page() for the first page may have been causing
  issues - don't know but just tidy up that code anyway.

SGI-PV: 971596
SGI-Modid: xfs-linux-melb:xfs-kern:30143a

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
1 parent cd57e59
History
Tip revision: d1afb678ce77b930334a8a640a05b8e68178a377 authored by Lachlan McIlroy on 27 November 2007, 06:01:24 UTC
[XFS] Fixed a few bugs in xfs_buf_associate_memory()
Tip revision: d1afb67
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 619 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.1 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 93.0 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top