]> git.baikalelectronics.ru Git - kernel.git/commit
block_write_full_page(): report ENOSPC
authorAndrew Morton <akpm@osdl.org>
Tue, 8 May 2007 07:23:27 +0000 (00:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:14:57 +0000 (11:14 -0700)
commit272818baba69159d73e2a129235e87e5ed94adfb
tree70d8773f612ed3df02c738b678edef64dd5ddaf7
parentd541ce9ea916edd302b8df257876502f35941184
block_write_full_page(): report ENOSPC

block_write_full_page() forgot to propagate ENPSOC into the address_space.

Cc: Guillaume Chazarain <guichaz@yahoo.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/buffer.c