staging: west bridge: cyasgadget, remove file system / vfs calls
authorDavid Cross <david.cross@cypress.com>
Fri, 10 Sep 2010 23:55:53 +0000 (16:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Sep 2010 23:52:47 +0000 (16:52 -0700)
commit4c404487aa3d26bf7a7e16f8545778385e06d839
treee492a3f8884e5377cf663a2631ce339cb055c305
parent72bbd9bce41276d06b6b816df21aced71b1896eb
staging: west bridge: cyasgadget, remove file system / vfs calls

This patch remove file system specific (fat_get_block) and vfs calls
from the cyasgadget driver. The current implementation expects user
space to write the file (open, seek to end, 1 byte write), followed by a
call to clear the dirty pages from the the page cache.

Signed-off-by: David Cross <david.cross@cypress.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/westbridge/astoria/gadget/cyasgadget.c