#ifndef NILFS_EXPORT_H #define NILFS_EXPORT_H #include extern const struct export_operations nilfs_export_ops; /** * struct nilfs_fid - NILFS file id type * @cno: checkpoint number * @ino: inode number * @gen: file generation (version) for NFS * @parent_gen: parent generation (version) for NFS * @parent_ino: parent inode number */ struct nilfs_fid { u64 cno; u64 ino; u32 gen; u32 parent_gen; u64 parent_ino; } __packed; #endif 'application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-27 16:01:52 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-27 16:01:52 +0100
commita3683e0c1410c5c8136a7a93b0336ce88d3b893a (patch)
treec022266622274ad38111664c23b5608b53bfe58e /drivers/usb/phy/phy-ulpi-viewport.c
parent83e526f2a2fa4b2e82b6bd3ddbb26b70acfa8947 (diff)
parent5d03a2fd2292e71936c4235885c35ccc3c94695b (diff)
Merge tag 'usb-serial-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.10-rc6 Just a couple of new device ids. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/phy/phy-ulpi-viewport.c')