/* * Copyright (c) 2012 Netapp, Inc. All rights reserved. * * Function and structures exported by the NFS module * for use by NFS version-specific modules. */ #ifndef __LINUX_INTERNAL_NFS_H #define __LINUX_INTERNAL_NFS_H #include #include #include struct nfs_subversion { struct module *owner; /* THIS_MODULE pointer */ struct file_system_type *nfs_fs; /* NFS filesystem type */ const struct rpc_version *rpc_vers; /* NFS version information */ const struct nfs_rpc_ops *rpc_ops; /* NFS operations */ const struct super_operations *sops; /* NFS Super operations */ const struct xattr_handler **xattr; /* NFS xattr handlers */ struct list_head list; /* List of NFS versions */ }; struct nfs_subversion *get_nfs_version(unsigned int); void put_nfs_version(struct nfs_subversion *); void register_nfs_version(struct nfs_subversion *); void unregister_nfs_version(struct nfs_subversion *); #endif /* __LINUX_INTERNAL_NFS_H */ .submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
rs/usb/gadget?id=206c4720092d2a24bfefc041b377e889a220ffbf&id2=b98acbff9a05b371c5f0ca6e44a3af8ce9274379'>gadget/function/uvc_v4l2.h
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/function/uvc_v4l2.h')
849c5b76c7823469&id2=fa19a769f82fb9a5ca000b83cacd13fcaeda51ac'>diff)
objtool: Fix IRET's opcode
The IRET opcode is 0xcf according to the Intel manual and also to objdump of my vmlinux: 1ea8: 48 cf iretq Fix the opcode in arch_decode_instruction(). The previous value (0xc5) seems to correspond to LDS. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20170118132921.19319-1-jslaby@suse.cz Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/net/dn_route.h')