aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ipc/msgutil.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-10-26 03:42:36 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-26 03:42:36 -0400
commitf85b287a01237857a50c93868231f7e831581a27 (patch)
tree370cc4ce183e6321192ddd60b2a1e056932a235d /ipc/msgutil.c
parentext4: use ext4_reserve_inode_write in ext4_xattr_set_handle (diff)
downloadwireguard-linux-f85b287a01237857a50c93868231f7e831581a27.tar.xz
wireguard-linux-f85b287a01237857a50c93868231f7e831581a27.zip
ext4: error handling fix in ext4_ext_convert_to_initialized()
When allocated is unsigned it breaks the error handling at the end of the function when we call: allocated = ext4_split_extent(...); if (allocated < 0) err = allocated; I've made it a signed int instead of unsigned. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'ipc/msgutil.c')
0 files changed, 0 insertions, 0 deletions