Whamcloud - gitweb
b=17671
[fs/lustre-release.git] / lustre / include / linux / lustre_compat25.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  * GPL HEADER START
5  *
6  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 only,
10  * as published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License version 2 for more details (a copy is included
16  * in the LICENSE file that accompanied this code).
17  *
18  * You should have received a copy of the GNU General Public License
19  * version 2 along with this program; If not, see
20  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
21  *
22  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
23  * CA 95054 USA or visit www.sun.com if you need additional information or
24  * have any questions.
25  *
26  * GPL HEADER END
27  */
28 /*
29  * Copyright  2008 Sun Microsystems, Inc. All rights reserved
30  * Use is subject to license terms.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  */
36
37 #ifndef _LINUX_COMPAT25_H
38 #define _LINUX_COMPAT25_H
39
40 #ifdef __KERNEL__
41
42 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
43 #error sorry, lustre requires at least linux kernel 2.6.9 or later
44 #endif
45
46 #include <libcfs/linux/portals_compat25.h>
47
48 #include <linux/lustre_patchless_compat.h>
49
50 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
51 struct ll_iattr {
52         struct iattr    iattr;
53         unsigned int    ia_attr_flags;
54 };
55 #else
56 #define ll_iattr iattr
57 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14) */
58
59 static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt,
60                 struct dentry *dentry)
61 {
62         struct dentry *old_pwd;
63         struct vfsmount *old_pwdmnt;
64
65         write_lock(&fs->lock);
66         old_pwd = fs->pwd;
67         old_pwdmnt = fs->pwdmnt;
68         fs->pwdmnt = mntget(mnt);
69         fs->pwd = dget(dentry);
70         write_unlock(&fs->lock);
71
72         if (old_pwd) {
73                 dput(old_pwd);
74                 mntput(old_pwdmnt);
75         }
76 }
77
78 /*
79  * set ATTR_BLOCKS to a high value to avoid any risk of collision with other
80  * ATTR_* attributes (see bug 13828)
81  */
82 #define ATTR_BLOCKS    (1 << 27)
83
84 #if HAVE_INODE_I_MUTEX
85 #define UNLOCK_INODE_MUTEX(inode) do {mutex_unlock(&(inode)->i_mutex); } while(0)
86 #define LOCK_INODE_MUTEX(inode) do {mutex_lock(&(inode)->i_mutex); } while(0)
87 #define LOCK_INODE_MUTEX_PARENT(inode) \
88 do {mutex_lock_nested(&(inode)->i_mutex, I_MUTEX_PARENT); } while(0)
89 #define TRYLOCK_INODE_MUTEX(inode) mutex_trylock(&(inode)->i_mutex)
90 #else
91 #define UNLOCK_INODE_MUTEX(inode) do {up(&(inode)->i_sem); } while(0)
92 #define LOCK_INODE_MUTEX(inode) do {down(&(inode)->i_sem); } while(0)
93 #define TRYLOCK_INODE_MUTEX(inode) (!down_trylock(&(inode)->i_sem))
94 #define LOCK_INODE_MUTEX_PARENT(inode) LOCK_INODE_MUTEX(inode)
95 #endif /* HAVE_INODE_I_MUTEX */
96
97 #ifdef HAVE_SEQ_LOCK
98 #define LL_SEQ_LOCK(seq) mutex_lock(&(seq)->lock)
99 #define LL_SEQ_UNLOCK(seq) mutex_unlock(&(seq)->lock)
100 #else
101 #define LL_SEQ_LOCK(seq) down(&(seq)->sem)
102 #define LL_SEQ_UNLOCK(seq) up(&(seq)->sem)
103 #endif
104
105 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
106 #define d_child d_u.d_child
107 #define d_rcu d_u.d_rcu
108 #endif
109
110 #ifdef HAVE_DQUOTOFF_MUTEX
111 #define UNLOCK_DQONOFF_MUTEX(dqopt) do {mutex_unlock(&(dqopt)->dqonoff_mutex); } while(0)
112 #define LOCK_DQONOFF_MUTEX(dqopt) do {mutex_lock(&(dqopt)->dqonoff_mutex); } while(0)
113 #else
114 #define UNLOCK_DQONOFF_MUTEX(dqopt) do {up(&(dqopt)->dqonoff_sem); } while(0)
115 #define LOCK_DQONOFF_MUTEX(dqopt) do {down(&(dqopt)->dqonoff_sem); } while(0)
116 #endif /* HAVE_DQUOTOFF_MUTEX */
117
118 #define current_ngroups current->group_info->ngroups
119 #define current_groups current->group_info->small_block
120
121 #ifndef page_private
122 #define page_private(page) ((page)->private)
123 #define set_page_private(page, v) ((page)->private = (v))
124 #endif
125
126 #ifndef HAVE_GFP_T
127 #define gfp_t int
128 #endif
129
130 #define lock_dentry(___dentry)          spin_lock(&(___dentry)->d_lock)
131 #define unlock_dentry(___dentry)        spin_unlock(&(___dentry)->d_lock)
132
133 #define ll_kernel_locked()      kernel_locked()
134
135 /*
136  * OBD need working random driver, thus all our
137  * initialization routines must be called after device
138  * driver initialization
139  */
140 #ifndef MODULE
141 #undef module_init
142 #define module_init(a)     late_initcall(a)
143 #endif
144
145 /* XXX our code should be using the 2.6 calls, not the other way around */
146 #define TryLockPage(page)               TestSetPageLocked(page)
147 #define Page_Uptodate(page)             PageUptodate(page)
148 #define ll_redirty_page(page)           set_page_dirty(page)
149
150 #define KDEVT_INIT(val)                 (val)
151
152 #define LTIME_S(time)                   (time.tv_sec)
153 #define ll_path_lookup                  path_lookup
154 #define ll_permission(inode,mask,nd)    permission(inode,mask,nd)
155
156 #define ll_pgcache_lock(mapping)          spin_lock(&mapping->page_lock)
157 #define ll_pgcache_unlock(mapping)        spin_unlock(&mapping->page_lock)
158 #define ll_call_writepage(inode, page)  \
159                                 (inode)->i_mapping->a_ops->writepage(page, NULL)
160 #define ll_invalidate_inode_pages(inode) \
161                                 invalidate_inode_pages((inode)->i_mapping)
162 #define ll_truncate_complete_page(page) \
163                                 truncate_complete_page(page->mapping, page)
164
165 #define ll_vfs_create(a,b,c,d)          vfs_create(a,b,c,d)
166 #define ll_dev_t                        dev_t
167 #define kdev_t                          dev_t
168 #define to_kdev_t(dev)                  (dev)
169 #define kdev_t_to_nr(dev)               (dev)
170 #define val_to_kdev(dev)                (dev)
171 #define ILOOKUP(sb, ino, test, data)    ilookup5(sb, ino, test, data);
172
173 #include <linux/writeback.h>
174
175 static inline int cleanup_group_info(void)
176 {
177         struct group_info *ginfo;
178
179         ginfo = groups_alloc(0);
180         if (!ginfo)
181                 return -ENOMEM;
182
183         set_current_groups(ginfo);
184         put_group_info(ginfo);
185
186         return 0;
187 }
188
189 #define __set_page_ll_data(page, llap) \
190         do {       \
191                 page_cache_get(page); \
192                 SetPagePrivate(page); \
193                 set_page_private(page, (unsigned long)llap); \
194         } while (0)
195 #define __clear_page_ll_data(page) \
196         do {       \
197                 ClearPagePrivate(page); \
198                 set_page_private(page, 0); \
199                 page_cache_release(page); \
200         } while(0)
201
202 #define kiobuf bio
203
204 #include <linux/proc_fs.h>
205
206 #if !defined(HAVE_D_REHASH_COND) && defined(HAVE___D_REHASH)
207 #define d_rehash_cond(dentry, lock) __d_rehash(dentry, lock)
208 extern void __d_rehash(struct dentry *dentry, int lock);
209 #endif
210
211 #if !defined(HAVE_D_MOVE_LOCKED) && defined(HAVE___D_MOVE)
212 #define d_move_locked(dentry, target) __d_move(dentry, target)
213 extern void __d_move(struct dentry *dentry, struct dentry *target);
214 #endif
215
216 #ifdef HAVE_CAN_SLEEP_ARG
217 #define ll_flock_lock_file_wait(file, lock, can_sleep) \
218         flock_lock_file_wait(file, lock, can_sleep)
219 #else
220 #define ll_flock_lock_file_wait(file, lock, can_sleep) \
221         flock_lock_file_wait(file, lock)
222 #endif
223
224 #define CheckWriteback(page, cmd) \
225         ((!PageWriteback(page) && (cmd & OBD_BRW_READ)) || \
226          (PageWriteback(page) && (cmd & OBD_BRW_WRITE)))
227
228 #ifdef HAVE_PAGE_LIST
229 static inline int mapping_has_pages(struct address_space *mapping)
230 {
231         int rc = 1;
232
233         ll_pgcache_lock(mapping);
234         if (list_empty(&mapping->dirty_pages) &&
235             list_empty(&mapping->clean_pages) &&
236             list_empty(&mapping->locked_pages)) {
237                 rc = 0;
238         }
239         ll_pgcache_unlock(mapping);
240
241         return rc;
242 }
243 #else
244 static inline int mapping_has_pages(struct address_space *mapping)
245 {
246         return mapping->nrpages > 0;
247 }
248 #endif
249
250 #ifdef HAVE_KIOBUF_KIO_BLOCKS
251 #define KIOBUF_GET_BLOCKS(k) ((k)->kio_blocks)
252 #else
253 #define KIOBUF_GET_BLOCKS(k) ((k)->blocks)
254 #endif
255
256 #ifdef HAVE_SECURITY_PLUG
257 #define ll_vfs_symlink(dir, dentry, mnt, path, mode) \
258                 vfs_symlink(dir, dentry, mnt, path, mode)
259 #else
260 #ifdef HAVE_4ARGS_VFS_SYMLINK
261 #define ll_vfs_symlink(dir, dentry, mnt, path, mode) \
262                 vfs_symlink(dir, dentry, path, mode)
263 #else
264 #define ll_vfs_symlink(dir, dentry, mnt, path, mode) \
265                        vfs_symlink(dir, dentry, path)
266 #endif
267 #endif
268
269 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,7))
270 #define ll_set_dflags(dentry, flags) do { dentry->d_vfs_flags |= flags; } while(0)
271 #else
272 #define ll_set_dflags(dentry, flags) do { \
273                 spin_lock(&dentry->d_lock); \
274                 dentry->d_flags |= flags; \
275                 spin_unlock(&dentry->d_lock); \
276         } while(0)
277 #endif
278
279 #ifndef container_of
280 #define container_of(ptr, type, member) ({                      \
281                 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
282                 (type *)( (char *)__mptr - offsetof(type,member) );})
283 #endif
284
285 #ifdef HAVE_I_ALLOC_SEM
286 #define UP_WRITE_I_ALLOC_SEM(i)   do { up_write(&(i)->i_alloc_sem); } while (0)
287 #define DOWN_WRITE_I_ALLOC_SEM(i) do { down_write(&(i)->i_alloc_sem); } while(0)
288 #define LASSERT_I_ALLOC_SEM_WRITE_LOCKED(i) LASSERT(down_read_trylock(&(i)->i_alloc_sem) == 0)
289
290 #define UP_READ_I_ALLOC_SEM(i)    do { up_read(&(i)->i_alloc_sem); } while (0)
291 #define DOWN_READ_I_ALLOC_SEM(i)  do { down_read(&(i)->i_alloc_sem); } while (0)
292 #define LASSERT_I_ALLOC_SEM_READ_LOCKED(i) LASSERT(down_write_trylock(&(i)->i_alloc_sem) == 0)
293 #else
294 #define UP_READ_I_ALLOC_SEM(i)              do { } while (0)
295 #define DOWN_READ_I_ALLOC_SEM(i)            do { } while (0)
296 #define LASSERT_I_ALLOC_SEM_READ_LOCKED(i)  do { } while (0)
297
298 #define UP_WRITE_I_ALLOC_SEM(i)             do { } while (0)
299 #define DOWN_WRITE_I_ALLOC_SEM(i)           do { } while (0)
300 #define LASSERT_I_ALLOC_SEM_WRITE_LOCKED(i) do { } while (0)
301 #endif
302
303 #ifndef HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP
304 #define grab_cache_page_nowait_gfp(x, y, z) grab_cache_page_nowait((x), (y))
305 #endif
306
307 #ifndef HAVE_FILEMAP_FDATAWRITE
308 #define filemap_fdatawrite(mapping)      filemap_fdatasync(mapping)
309 #endif
310
311 #include <linux/mpage.h>        /* for generic_writepages */
312 #ifndef HAVE_FILEMAP_FDATAWRITE_RANGE
313 #include <linux/backing-dev.h>  /* for mapping->backing_dev_info */
314 static inline int filemap_fdatawrite_range(struct address_space *mapping,
315                                            loff_t start, loff_t end)
316 {
317         int rc;
318         struct writeback_control wbc = {
319                 .sync_mode = WB_SYNC_ALL,
320                 .nr_to_write = (end - start + PAGE_SIZE - 1) >> PAGE_SHIFT,
321         };
322
323 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
324         wbc.range_start = start;
325         wbc.range_end = end;
326 #else
327         wbc.start = start;
328         wbc.end = end;
329 #endif
330
331 #ifdef mapping_cap_writeback_dirty
332         if (!mapping_cap_writeback_dirty(mapping))
333                 rc = 0;
334 #else
335         if (mapping->backing_dev_info->memory_backed)
336                 rc = 0;
337 #endif
338         /* do_writepages() */
339         else if (mapping->a_ops->writepages)
340                 rc = mapping->a_ops->writepages(mapping, &wbc);
341         else
342                 rc = generic_writepages(mapping, &wbc);
343         return rc;
344 }
345 #else
346 int filemap_fdatawrite_range(struct address_space *mapping,
347                              loff_t start, loff_t end);
348 #endif
349
350 #ifdef HAVE_VFS_KERN_MOUNT
351 static inline
352 struct vfsmount *
353 ll_kern_mount(const char *fstype, int flags, const char *name, void *data)
354 {
355         struct file_system_type *type = get_fs_type(fstype);
356         struct vfsmount *mnt;
357         if (!type)
358                 return ERR_PTR(-ENODEV);
359         mnt = vfs_kern_mount(type, flags, name, data);
360         module_put(type->owner);
361         return mnt;
362 }
363 #else
364 #define ll_kern_mount(fstype, flags, name, data) do_kern_mount((fstype), (flags), (name), (data))
365 #endif
366
367 #ifdef HAVE_STATFS_DENTRY_PARAM
368 #define ll_do_statfs(sb, sfs) (sb)->s_op->statfs((sb)->s_root, (sfs))
369 #else
370 #define ll_do_statfs(sb, sfs) (sb)->s_op->statfs((sb), (sfs))
371 #endif
372
373 /* task_struct */
374 #ifndef HAVE_TASK_PPTR
375 #define p_pptr parent
376 #endif
377
378 #ifndef HAVE_SB_TIME_GRAN
379 #ifndef HAVE_S_TIME_GRAN
380 #error Need s_time_gran patch!
381 #endif
382 static inline u32 get_sb_time_gran(struct super_block *sb)
383 {
384         return sb->s_time_gran;
385 }
386 #endif
387
388 #ifdef HAVE_RW_TREE_LOCK
389 #define TREE_READ_LOCK_IRQ(mapping)     read_lock_irq(&(mapping)->tree_lock)
390 #define TREE_READ_UNLOCK_IRQ(mapping) read_unlock_irq(&(mapping)->tree_lock)
391 #else
392 #define TREE_READ_LOCK_IRQ(mapping) spin_lock_irq(&(mapping)->tree_lock)
393 #define TREE_READ_UNLOCK_IRQ(mapping) spin_unlock_irq(&(mapping)->tree_lock)
394 #endif
395
396 #ifdef HAVE_UNREGISTER_BLKDEV_RETURN_INT
397 #define ll_unregister_blkdev(a,b)       unregister_blkdev((a),(b))
398 #else
399 static inline
400 int ll_unregister_blkdev(unsigned int dev, const char *name)
401 {
402         unregister_blkdev(dev, name);
403         return 0;
404 }
405 #endif
406
407 #ifdef HAVE_INVALIDATE_BDEV_2ARG
408 #define ll_invalidate_bdev(a,b)         invalidate_bdev((a),(b))
409 #else
410 #define ll_invalidate_bdev(a,b)         invalidate_bdev((a))
411 #endif
412
413 #ifdef HAVE_INODE_BLKSIZE
414 #define ll_inode_blksize(a)     (a)->i_blksize
415 #else
416 #define ll_inode_blksize(a)     (1<<(a)->i_blkbits)
417 #endif
418
419 #ifdef HAVE_FS_RENAME_DOES_D_MOVE
420 #define LL_RENAME_DOES_D_MOVE   FS_RENAME_DOES_D_MOVE
421 #else
422 #define LL_RENAME_DOES_D_MOVE   FS_ODD_RENAME
423 #endif
424
425 /* add a lustre compatible layer for crypto API */
426 #include <linux/crypto.h>
427 #ifdef HAVE_ASYNC_BLOCK_CIPHER
428 #define ll_crypto_hash          crypto_hash
429 #define ll_crypto_cipher        crypto_blkcipher
430 #define ll_crypto_alloc_hash(name, type, mask)  crypto_alloc_hash(name, type, mask)
431 #define ll_crypto_hash_setkey(tfm, key, keylen) crypto_hash_setkey(tfm, key, keylen)
432 #define ll_crypto_hash_init(desc)               crypto_hash_init(desc)
433 #define ll_crypto_hash_update(desc, sl, bytes)  crypto_hash_update(desc, sl, bytes)
434 #define ll_crypto_hash_final(desc, out)         crypto_hash_final(desc, out)
435 #define ll_crypto_alloc_blkcipher(name, type, mask) \
436                 crypto_alloc_blkcipher(name ,type, mask)
437 #define ll_crypto_blkcipher_setkey(tfm, key, keylen) \
438                 crypto_blkcipher_setkey(tfm, key, keylen)
439 #define ll_crypto_blkcipher_set_iv(tfm, src, len) \
440                 crypto_blkcipher_set_iv(tfm, src, len)
441 #define ll_crypto_blkcipher_get_iv(tfm, dst, len) \
442                 crypto_blkcipher_get_iv(tfm, dst, len)
443 #define ll_crypto_blkcipher_encrypt(desc, dst, src, bytes) \
444                 crypto_blkcipher_encrypt(desc, dst, src, bytes)
445 #define ll_crypto_blkcipher_decrypt(desc, dst, src, bytes) \
446                 crypto_blkcipher_decrypt(desc, dst, src, bytes)
447 #define ll_crypto_blkcipher_encrypt_iv(desc, dst, src, bytes) \
448                 crypto_blkcipher_encrypt_iv(desc, dst, src, bytes)
449 #define ll_crypto_blkcipher_decrypt_iv(desc, dst, src, bytes) \
450                 crypto_blkcipher_decrypt_iv(desc, dst, src, bytes)
451
452 static inline int ll_crypto_hmac(struct ll_crypto_hash *tfm,
453                                  u8 *key, unsigned int *keylen,
454                                  struct scatterlist *sg,
455                                  unsigned int size, u8 *result)
456 {
457         struct hash_desc desc;
458         int              rv;
459         desc.tfm   = tfm;
460         desc.flags = 0;
461         rv = crypto_hash_setkey(desc.tfm, key, *keylen);
462         if (rv) {
463                 CERROR("failed to hash setkey: %d\n", rv);
464                 return rv;
465         }
466         return crypto_hash_digest(&desc, sg, size, result);
467 }
468 static inline
469 unsigned int ll_crypto_tfm_alg_max_keysize(struct crypto_blkcipher *tfm)
470 {
471         return crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher.max_keysize;
472 }
473 static inline
474 unsigned int ll_crypto_tfm_alg_min_keysize(struct crypto_blkcipher *tfm)
475 {
476         return crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher.min_keysize;
477 }
478
479 #define ll_crypto_hash_blocksize(tfm)       crypto_hash_blocksize(tfm)
480 #define ll_crypto_hash_digestsize(tfm)      crypto_hash_digestsize(tfm)
481 #define ll_crypto_blkcipher_ivsize(tfm)     crypto_blkcipher_ivsize(tfm)
482 #define ll_crypto_blkcipher_blocksize(tfm)  crypto_blkcipher_blocksize(tfm)
483 #define ll_crypto_free_hash(tfm)            crypto_free_hash(tfm)
484 #define ll_crypto_free_blkcipher(tfm)       crypto_free_blkcipher(tfm)
485 #else /* HAVE_ASYNC_BLOCK_CIPHER */
486 #include <linux/scatterlist.h>
487 #define ll_crypto_hash          crypto_tfm
488 #define ll_crypto_cipher        crypto_tfm
489 #ifndef HAVE_STRUCT_HASH_DESC
490 struct hash_desc {
491         struct ll_crypto_hash *tfm;
492         u32                    flags;
493 };
494 #endif
495 #ifndef HAVE_STRUCT_BLKCIPHER_DESC
496 struct blkcipher_desc {
497         struct ll_crypto_cipher *tfm;
498         void                    *info;
499         u32                      flags;
500 };
501 #endif
502 #define ll_crypto_blkcipher_setkey(tfm, key, keylen) \
503         crypto_cipher_setkey(tfm, key, keylen)
504 #define ll_crypto_blkcipher_set_iv(tfm, src, len) \
505         crypto_cipher_set_iv(tfm, src, len)
506 #define ll_crypto_blkcipher_get_iv(tfm, dst, len) \
507         crypto_cipher_get_iv(tfm, dst, len)
508 #define ll_crypto_blkcipher_encrypt(desc, dst, src, bytes) \
509         crypto_cipher_encrypt((desc)->tfm, dst, src, bytes)
510 #define ll_crypto_blkcipher_decrypt(desc, dst, src, bytes) \
511         crypto_cipher_decrypt((desc)->tfm, dst, src, bytes)
512 #define ll_crypto_blkcipher_decrypt_iv(desc, dst, src, bytes) \
513         crypto_cipher_decrypt_iv((desc)->tfm, dst, src, bytes, (desc)->info)
514 #define ll_crypto_blkcipher_encrypt_iv(desc, dst, src, bytes) \
515         crypto_cipher_encrypt_iv((desc)->tfm, dst, src, bytes, (desc)->info)
516
517 static inline
518 struct ll_crypto_cipher *ll_crypto_alloc_blkcipher(const char * algname,
519                                                    u32 type, u32 mask)
520 {
521         char        buf[CRYPTO_MAX_ALG_NAME + 1];
522         const char *pan = algname;
523         u32         flag = 0;
524
525         if (strncmp("cbc(", algname, 4) == 0)
526                 flag |= CRYPTO_TFM_MODE_CBC;
527         else if (strncmp("ecb(", algname, 4) == 0)
528                 flag |= CRYPTO_TFM_MODE_ECB;
529         if (flag) {
530                 char *vp = strnchr(algname, CRYPTO_MAX_ALG_NAME, ')');
531                 if (vp) {
532                         memcpy(buf, algname + 4, vp - algname - 4);
533                         buf[vp - algname - 4] = '\0';
534                         pan = buf;
535                 } else {
536                         flag = 0;
537                 }
538         }
539         return crypto_alloc_tfm(pan, flag);
540 }
541
542 static inline
543 struct ll_crypto_hash *ll_crypto_alloc_hash(const char *alg, u32 type, u32 mask)
544 {
545         char        buf[CRYPTO_MAX_ALG_NAME + 1];
546         const char *pan = alg;
547
548         if (strncmp("hmac(", alg, 5) == 0) {
549                 char *vp = strnchr(alg, CRYPTO_MAX_ALG_NAME, ')');
550                 if (vp) {
551                         memcpy(buf, alg+ 5, vp - alg- 5);
552                         buf[vp - alg - 5] = 0x00;
553                         pan = buf;
554                 }
555         }
556         return crypto_alloc_tfm(pan, 0);
557 }
558 static inline int ll_crypto_hash_init(struct hash_desc *desc)
559 {
560        crypto_digest_init(desc->tfm); return 0;
561 }
562 static inline int ll_crypto_hash_update(struct hash_desc *desc,
563                                         struct scatterlist *sg,
564                                         unsigned int nbytes)
565 {
566         struct scatterlist *sl = sg;
567         unsigned int        count;
568                 /*
569                  * This way is very weakness. We must ensure that
570                  * the sum of sg[0..i]->length isn't greater than nbytes.
571                  * In the upstream kernel the crypto_hash_update() also
572                  * via the nbytes computed the count of sg[...].
573                  * The old style is more safely. but it gone.
574                  */
575         for (count = 0; nbytes > 0; count ++, sl ++) {
576                 nbytes -= sl->length;
577         }
578         crypto_digest_update(desc->tfm, sg, count); return 0;
579 }
580 static inline int ll_crypto_hash_final(struct hash_desc *desc, u8 *out)
581 {
582         crypto_digest_final(desc->tfm, out); return 0;
583 }
584 static inline int ll_crypto_hmac(struct crypto_tfm *tfm,
585                                  u8 *key, unsigned int *keylen,
586                                  struct scatterlist *sg,
587                                  unsigned int nbytes,
588                                  u8 *out)
589 {
590         struct scatterlist *sl = sg;
591         int                 count;
592         for (count = 0; nbytes > 0; count ++, sl ++) {
593                 nbytes -= sl->length;
594         }
595         crypto_hmac(tfm, key, keylen, sg, count, out);
596         return 0;
597 }
598
599 #define ll_crypto_hash_setkey(tfm, key, keylen) crypto_digest_setkey(tfm, key, keylen)
600 #define ll_crypto_blkcipher_blocksize(tfm)      crypto_tfm_alg_blocksize(tfm)
601 #define ll_crypto_blkcipher_ivsize(tfm) crypto_tfm_alg_ivsize(tfm)
602 #define ll_crypto_hash_digestsize(tfm)  crypto_tfm_alg_digestsize(tfm)
603 #define ll_crypto_hash_blocksize(tfm)   crypto_tfm_alg_blocksize(tfm)
604 #define ll_crypto_free_hash(tfm)        crypto_free_tfm(tfm)
605 #define ll_crypto_free_blkcipher(tfm)   crypto_free_tfm(tfm)
606 #define ll_crypto_tfm_alg_min_keysize   crypto_tfm_alg_min_keysize
607 #define ll_crypto_tfm_alg_max_keysize   crypto_tfm_alg_max_keysize
608 #endif /* HAVE_ASYNC_BLOCK_CIPHER */
609
610 #ifdef HAVE_SECURITY_PLUG
611 #define ll_remove_suid(inode,mnt)               remove_suid(inode,mnt)
612 #define ll_vfs_rmdir(dir,entry,mnt)             vfs_rmdir(dir,entry,mnt)
613 #define ll_vfs_mkdir(inode,dir,mnt,mode)        vfs_mkdir(inode,dir,mnt,mode)
614 #define ll_vfs_link(old,mnt,dir,new,mnt1)       vfs_link(old,mnt,dir,new,mnt1)
615 #define ll_vfs_unlink(inode,entry,mnt)          vfs_unlink(inode,entry,mnt)
616 #define ll_vfs_mknod(dir,entry,mnt,mode,dev)            \
617                 vfs_mknod(dir,entry,mnt,mode,dev)
618 #define ll_security_inode_unlink(dir,entry,mnt)         \
619                 security_inode_unlink(dir,entry,mnt)
620 #define ll_vfs_rename(old,old_dir,mnt,new,new_dir,mnt1) \
621                 vfs_rename(old,old_dir,mnt,new,new_dir,mnt1)
622 #else
623 #define ll_remove_suid(inode,mnt)               remove_suid(inode)
624 #define ll_vfs_rmdir(dir,entry,mnt)             vfs_rmdir(dir,entry)
625 #define ll_vfs_mkdir(inode,dir,mnt,mode)        vfs_mkdir(inode,dir,mode)
626 #define ll_vfs_link(old,mnt,dir,new,mnt1)       vfs_link(old,dir,new)
627 #define ll_vfs_unlink(inode,entry,mnt)          vfs_unlink(inode,entry)
628 #define ll_vfs_mknod(dir,entry,mnt,mode,dev)    vfs_mknod(dir,entry,mode,dev)
629 #define ll_security_inode_unlink(dir,entry,mnt) security_inode_unlink(dir,entry)
630 #define ll_vfs_rename(old,old_dir,mnt,new,new_dir,mnt1) \
631                 vfs_rename(old,old_dir,new,new_dir)
632 #endif
633
634 #ifndef for_each_possible_cpu
635 #define for_each_possible_cpu(i) for_each_cpu(i)
636 #endif
637
638 #ifndef cpu_to_node
639 #define cpu_to_node(cpu)         0
640 #endif
641
642 #ifndef abs
643 static inline int abs(int x)
644 {
645         return (x < 0) ? -x : x;
646 }
647 #endif
648
649 #ifndef labs
650 static inline long labs(long x)
651 {
652         return (x < 0) ? -x : x;
653 }
654 #endif
655
656 /* Using kernel fls(). Userspace will use one defined in user-bitops.h. */
657 #ifndef __fls
658 #define __fls fls
659 #endif
660
661 #ifdef HAVE_INVALIDATE_INODE_PAGES
662 #define invalidate_mapping_pages(mapping,s,e) invalidate_inode_pages(mapping)
663 #endif
664
665 #ifdef HAVE_INODE_IPRIVATE
666 #define INODE_PRIVATE_DATA(inode)       ((inode)->i_private)
667 #else
668 #define INODE_PRIVATE_DATA(inode)       ((inode)->u.generic_ip)
669 #endif
670
671 #ifndef SLAB_DESTROY_BY_RCU
672 #define SLAB_DESTROY_BY_RCU 0
673 #endif
674
675 #endif /* __KERNEL__ */
676 #endif /* _COMPAT25_H */