Searched hist:218345 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.cdiff 218345 Sat Feb 05 19:36:51 MST 2011 alc Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
incorrectly calling vm_object_page_clean(). They are passing the length of
the range rather than the ending offset of the range.

Perform the OFF_TO_IDX() conversion in vm_object_page_clean() rather than the
callers.

Reviewed by: kib
MFC after: 3 weeks
/freebsd-10.0-release/sys/security/mac/
H A Dmac_process.cdiff 218345 Sat Feb 05 19:36:51 MST 2011 alc Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
incorrectly calling vm_object_page_clean(). They are passing the length of
the range rather than the ending offset of the range.

Perform the OFF_TO_IDX() conversion in vm_object_page_clean() rather than the
callers.

Reviewed by: kib
MFC after: 3 weeks
/freebsd-10.0-release/sys/vm/
H A Dvm_object.hdiff 218345 Sat Feb 05 19:36:51 MST 2011 alc Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
incorrectly calling vm_object_page_clean(). They are passing the length of
the range rather than the ending offset of the range.

Perform the OFF_TO_IDX() conversion in vm_object_page_clean() rather than the
callers.

Reviewed by: kib
MFC after: 3 weeks
H A Dvm_object.cdiff 218345 Sat Feb 05 19:36:51 MST 2011 alc Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
incorrectly calling vm_object_page_clean(). They are passing the length of
the range rather than the ending offset of the range.

Perform the OFF_TO_IDX() conversion in vm_object_page_clean() rather than the
callers.

Reviewed by: kib
MFC after: 3 weeks
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_serv.cdiff 218345 Sat Feb 05 19:36:51 MST 2011 alc Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
incorrectly calling vm_object_page_clean(). They are passing the length of
the range rather than the ending offset of the range.

Perform the OFF_TO_IDX() conversion in vm_object_page_clean() rather than the
callers.

Reviewed by: kib
MFC after: 3 weeks

Completed in 422 milliseconds