diff options
Diffstat (limited to 'fs/squashfs/xattr.h')
| -rw-r--r-- | fs/squashfs/xattr.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/fs/squashfs/xattr.h b/fs/squashfs/xattr.h index b634efce4bde..c83f5d9ec125 100644 --- a/fs/squashfs/xattr.h +++ b/fs/squashfs/xattr.h @@ -2,7 +2,7 @@   * Squashfs - a compressed read only filesystem for Linux   *   * Copyright (c) 2010 - * Phillip Lougher <[email protected]> + * Phillip Lougher <[email protected]>   *   * This program is free software; you can redistribute it and/or   * modify it under the terms of the GNU General Public License @@ -31,6 +31,7 @@ static inline __le64 *squashfs_read_xattr_id_table(struct super_block *sb,  		u64 start, u64 *xattr_table_start, int *xattr_ids)  {  	ERROR("Xattrs in filesystem, these will be ignored\n"); +	*xattr_table_start = start;  	return ERR_PTR(-ENOTSUPP);  } |