search for: iget

Displaying 20 results from an estimated 49 matches for "iget".

Did you mean: get
2008 Feb 22
1
[PATCH] IGET: Remove initialisation of read_inode() super op from BTRFS
Remove the initialisation of read_inode() super op from BTRFS as it has been dropped. Signed-off-by: David Howells <dhowells@redhat.com> --- fs/btrfs/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index a46300c..612a34f 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -462,7 +462,6 @@ static struct
2013 Jul 16
1
[LLVMdev] llvm field
Is there any API in LLVM that can represent the field in java. such as the instucion "iget vx, vy, field_id" -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130716/81e59a4a/attachment.html>
2001 Sep 21
2
xilinx under wine; problems by installation
Hi all, I`m a newbie and I need any help!! I want to istall xilinx under win and after the command wine setup.exe Iget the following message: fixme:module:CreateProcessA (D:\ce\jre\1.2\bin\java.exe,...): HIGH_PRIORITY_CLASS ignored fixme:pthread_kill_other_threads_np FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock fixme:console:SetConsoleCtrlHandler (...
2001 Feb 08
1
status...lck
when I do an smbstatus iget: couldn't open status file /var/lock/samba/status/STATUS..LCK why can't it? why can't I? thanks
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
...NULL; + } + + for (ptr = uuid; ptr && *ptr; ptr++) + *ptr = toupper(*ptr); + + return uuid; +} + const struct fs_ops vfat_fs_ops = { .fs_name = "vfat", .fs_flags = FS_USEMEM | FS_THISIND, @@ -826,4 +856,5 @@ const struct fs_ops vfat_fs_ops = { .iget = vfat_iget, .next_extent = fat_next_extent, .copy_super = vfat_copy_superblock, + .fs_uuid = vfat_fs_uuid, }; diff --git a/core/fs/fat/fat_fs.h b/core/fs/fat/fat_fs.h index 7ea3db8..5c26d69 100644 --- a/core/fs/fat/fat_fs.h +++ b/core/fs/fat/fat_fs.h @@ -98,6 +98,...
2004 Feb 11
1
Erro in loadNamespace
Dear list, Iget the following error message: > help.search("omit.na") Error in loadNamespace(name) : package 'tools' does not have a name space I do not quite understand what it means in this case. Is something corrupt in the installation? I run R-1.8.1 in Linux RedHat 9 with kernel 2.6.2 o...
2001 Sep 20
0
NFS/InterMezzo ext3 problem
Hi, We have encountered another funny with ext3 on 2.4. Like the kernel NFS server, we have a routine in InterMezzo that does something like looking up an inode by inode number. (compare intermezzo's presto_ilookup or knfsd's nfsfh_iget) Effectively both of these routines do ilookup() { inode = iget(sb, ino) if (inode->i_nlink==0) iput(inode); .... } We find that this oopses if the file is recently deleted: echo foo > file rm file "ilookup file" oopses. We suspect that iget gets the inode _wi...
2009 Jun 25
1
Windows ACL support
hi Srinivasa Battula I about rsync with Windows ACL - can Iget this? -------------- next part -------------- HTML attachment scrubbed and removed
2009 Apr 17
1
Run a single test with Test::Unit?
Hi, I have tests written as: test "some test" do ... end But when I want to run a single test it doesn''t work like before: $ ruby test/functional/some_controller_test.rb -n some_test Iget 0 test, 0 assertions... I also rewrote the test to : def some_test ... end And still no luck. Has anything changed from the various tutorials found on the internet? Also guides.rubyonrails.org has nothing about that. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~--------...
2010 Mar 14
1
XP clients cannot find profile after logout when re-login
I'm facing a problem with logins on XP (only used by now) clients when a user has logged out first. The user starts his PC, he is able to login to the domain and igets his profile in a proper way. Now the user wants to logout, he get's the login screen again, he tries to login again and the message appears that "windows was not able to find the profile. Please contact your sysadmin or check your network". It seems that all connections to the P...
2003 Jul 09
2
I get two diffrent errors now...:-(
...m, For the last several days I have worked very hard in trying to get a Samba PDC up. I have now reinstalled RH9- running Samba 2.2.7a and everything is running. But now I can't even get it to comeup as workf group. One error i get "SMIS DOMAIN" - Network Path not found. This is what iget with current SMB.CONF The othe one is in the attachment. Here is the current SMB.CONF file. Now I have tried user, Domain, server as security none seem to like anything. [global] workgroup = SMIS netbios name = Linux_Server server string = Samba PDC running %v logon drive = H: security = server...
2024 Mar 04
2
Cyber Power System CP1500 AVR UPS: changing battery.charge.low value
...val to wait after shutdown with delay command (seconds)Type: STRINGMaximum length: 10Value: 20[ups.delay.start]Interval to wait before (re)starting the load (seconds)Type: STRINGMaximum length: 10Value: 30* When I type `*upsrw -s battery.charge.low=50 -u admin -p 12345678 cyberpower at localhost`* Iget an OK, yet after rebooting the setting is still 10. I would like to push up the shutdown process to initiate when the ups is at 50% rather than 10% mainly because there is a need to down other servers. Is there a work around? Thanks -------------- next part -------------- An HTML attachment was...
2010 Apr 11
0
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
...cse.iitb.ac.in> > Date: April 8, 2010 9:10:25 AM PDT > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] Can someone help me with error while i make my own pass > > > Hi, > > I have added LoaderInterface pass in llvm code and then I invoke this > pass in other pass. Iget the following error: > > llvm[0]: Linking Release Loadable Module MyDfg.so > /usr/bin/ld: /home/ambika/llvm_3/llvm-obj/lib/ss-fs/Release/MyDfg.o: > relocation R_386_GOTOFF against undefined symbol `(anonymous > namespace)::LoaderInterface::ID' can not be used when making a sha...
2010 Apr 11
2
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
-------------- next part -------------- An embedded message was scrubbed... From: ambika <ambika at cse.iitb.ac.in> Subject: [LLVMdev] Can someone help me with error while i make my own pass Date: Thu, 08 Apr 2010 21:40:25 +0530 Size: 4901 URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100411/33876147/attachment.eml>
2010 Apr 12
1
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
...at cs.uiuc.edu <mailto:llvmdev at cs.uiuc.edu> >> *Subject: **[LLVMdev] Can someone help me with error while i make my >> own pass* >> >> >> Hi, >> >> I have added LoaderInterface pass in llvm code and then I invoke this >> pass in other pass. Iget the following error: >> >> llvm[0]: Linking Release Loadable Module MyDfg.so >> /usr/bin/ld: /home/ambika/llvm_3/llvm-obj/lib/ss-fs/Release/MyDfg.o: >> relocation R_386_GOTOFF against undefined symbol `(anonymous >> namespace)::LoaderInterface::ID' can not be used...
2001 Aug 13
0
(no subject)
...ode for deleted inodes) step unfortunately breaks ext3 recovery. It is somewhat difficult to fix, because one of the ext3 recovery steps involves cleaning up "orphan" inodes - inodes which were previously unlinked but held open by a process, so not deleted. The cleanup involves doing an iget() and iput() on the inode to re-delete it. If iget() returns bad_inode, then the orphan cleanup step will fail. I think I have fixed this, so I will submit it to Stephen. > 2b/ if so must provide a completely filled-in inode (nfs doesn't for > example. ext2 does, ext3 almost c...
2011 Mar 18
1
PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL: THEY AIN'T LINEAR BETWEEN BREAK POINTS!!
I Dears, if that wouldn't take u too much effort I'd like to ask for a swift opinion: I have a alinear (mixed effect) model that I wish to run as a piecewise one. When I predict the values Iget quite some odds and disturbing results: The predicted stright line after the break point is not straight at all, instead behaves like if it was a hig order polynomial or something similar!!!! I attach the codes below, hoping someone can point me the mistake.... I sincerely express many thanks i...
2010 Jun 01
1
Definite app_jack trouble - unsolvable
...thout problem, when the call is established. Again my output (debug in full mode, including even notices) doesn't show anything odd, as far as I could see. So does anyone else have similar problems, can think of a reason? shall I use an earlier asterisk version? What else can I try? Can Iget more specific debugging from JACK or some other helpful diagnostics, that might point in the right direction? Best wishes Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux T...
2001 May 02
4
oops 2.2.19 ext3 0.0.6b prune_dcache
...40 00000010 00000246 00000000 c021ced0 00001004 cd511dac cffd50e0 00001000 00000000 00001004 c021ced0 00001004 Call Trace: [prune_dcache+295/360] [try_to_free_inodes+190/260] [scsi_old_times_out+0/300] [ext3_getblk+198/568] [grow_inodes+32/428] [cprt+14006/37792] [get_new_inode+197/312] [iget4+117/128] [__brelse+29/192] [iget+22/32] [ext3_lookup+90/140] [real_lookup+91/180] [permission+32/56] [lookup_dentry+304/504] [__fput+74/84] [open_namei+105/776] [fput+70/84] [filp_open+74/264] [filp_open+17/264] [sys_open+63/160] [sys_open+38/160] [system_call+52/56] Code: 8b 47 08 3d 2b 2...
2000 Aug 16
1
Crash with Samba 2.0.6
...er kernel: Call Trace: [common_interrupt+24/32] [clear_inode+111/132] [clear_inode+0/132] [dispose_list+28/88] [try_to_free_inodes+204/260] [try_to_free_inodes+223/260] [update_wall_time+18/72] Aug 16 11:33:15 asc_server kernel: [cprt+9024/38422] [grow_inodes+32/428] [get_new_inode+197/304] [iget+103/116] [ext2_lookup+90/140] [real_lookup+91/180] [do_select+487/512] [lookup_dentry+304/504] Aug 16 11:33:15 asc_server kernel: [getname+95/156] [__namei+49/104] [sys_newstat+20/116] [system_call+52/64] Aug 16 11:33:15 asc_server kernel: Code: 89 50 04 89 02 5b 83 c4 18 c3 89 f6 83 ec 18 5...