[CIFS] break ATTR_SIZE changes out into their own function
authorJeff Layton <jlayton@redhat.com>
Wed, 23 Jul 2008 21:28:12 +0000 (21:28 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 23 Jul 2008 21:28:12 +0000 (21:28 +0000)
commit8efdbde647f542ce0d303273df7ad4157caa03d0
treed672ae108f45a0288c43605b5b39652a441aa996
parent09e50d55a9490e9b7a6fdfbf8fc078924b25ecb5
[CIFS] break ATTR_SIZE changes out into their own function

Move the code that handles ATTR_SIZE changes to its own function. This
makes for a smaller function and reduces the level of indentation.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c