aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-24 00:17:23 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-06-01 20:23:19 +0100
commit2e24e32e2759348c9290404abad4f729f791bfad (patch)
tree2f6d61442a8fdf6e084c4f690569ddc6fc3c012c /fs
parent5636ce0f070dee85c1b1203fe436a89648d25d06 (diff)
mtd: block2mtd: fix recursive call of mtd_writev
The 'mtd_writev' interface calls the function assigned to the '_write' field of a given mtd device if that is not NULL. The block2mtd driver sets the '_writev' field to the 'mtd_writev' function itself and thus causes a endless loop. This is caused by 1dbebd32562b3c2caeca35960e5cb00bfcc12900 (mtd: harmonize mtd_writev usage). Remove the assignment from the block2mtd driver to fix the issue. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: stable@kernel.org [3.3+] Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions