]> xenbits.xensource.com Git - mini-os.git/commit
9pfs: add lseek file operation hook master
authorJuergen Gross <jgross@suse.com>
Tue, 25 Mar 2025 14:42:27 +0000 (15:42 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 25 Mar 2025 14:42:27 +0000 (15:42 +0100)
commit222ff9f23e5a198c675bd43e4c656d54d7db76c0
tree8fa49cc2195b947b1a712034739688534d1d6a6e
parentc863ddea62f4cc9916144f593db53f6847ce8c8c
9pfs: add lseek file operation hook

Add a file operations lseek hook to the 9pfs frontend. Just use the
lseek_default() implementation.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
9pfront.c