[FIX] Use proper structure in FILE_PROBE_INITIALIZER 03/44503/4
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 22 Jul 2015 15:28:33 +0000 (18:28 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Thu, 23 Jul 2015 09:10:54 +0000 (02:10 -0700)
commit54e2a6863693fc706e40bc87cb1b818824f42d33
tree2f574e35fe208e0009d1ba442762ece2435fca91
parent764e8f46cfe95bb70d909c0c378f8b4a26d212eb
[FIX] Use proper structure in FILE_PROBE_INITIALIZER

Wrong structure used during initialization leads to allocation
of less memory than will actually be used.
Change file_private by flock_private.

Change-Id: I2d9951ff11066c13f838c8d7c04b176bbed6d7b5
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
ks_features/file_ops.c