aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/isofs/export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/isofs/export.c b/fs/isofs/export.c
index aa4356d09eee..1d3804492aa7 100644
--- a/fs/isofs/export.c
+++ b/fs/isofs/export.c
@@ -134,6 +134,7 @@ isofs_export_encode_fh(struct inode *inode,
134 len = 3; 134 len = 3;
135 fh32[0] = ei->i_iget5_block; 135 fh32[0] = ei->i_iget5_block;
136 fh16[2] = (__u16)ei->i_iget5_offset; /* fh16 [sic] */ 136 fh16[2] = (__u16)ei->i_iget5_offset; /* fh16 [sic] */
137 fh16[3] = 0; /* avoid leaking uninitialized data */
137 fh32[2] = inode->i_generation; 138 fh32[2] = inode->i_generation;
138 if (parent) { 139 if (parent) {
139 struct iso_inode_info *eparent; 140 struct iso_inode_info *eparent;